Changed the positioning of regions from absolute to fixed
authorPhilippe Le Hégaret <plh@w3.org>
Wed, 22 Apr 2009 10:15:47 +0000
changeset 101 dcf31d971c44
parent 100 69cd790f1de3
child 102 494fa00b4717
Changed the positioning of regions from absolute to fixed
testsuite/web-framework/HTML5_player.js
--- a/testsuite/web-framework/HTML5_player.js	Wed Apr 22 10:13:47 2009 +0000
+++ b/testsuite/web-framework/HTML5_player.js	Wed Apr 22 10:15:47 2009 +0000
@@ -287,7 +287,7 @@
 		    parentNode = parentNode.parentNode;
 		}
 		if (!hasOrigin) {
-		    htmlElement.style.setProperty("position", "absolute", "");
+		    htmlElement.style.setProperty("position", "fixed", "");
 		    htmlElement.style.setProperty("left", (left + HTML5Caption_toPixels(p[0])) + "px", "");
 		    htmlElement.style.setProperty("top", (top + HTML5Caption_toPixels(p[1])) + "px", "");
 		}