Index: LayoutTests/fast/repaint/absolute-position-changed.html |
diff --git a/LayoutTests/fast/repaint/absolute-position-changed.html b/LayoutTests/fast/repaint/absolute-position-changed.html |
index 07adb41f0378e6d005ef28d48cf25f0b0ceb678a..3b13f0f544f78e293192aaebb38d10947d84b6d4 100644 |
--- a/LayoutTests/fast/repaint/absolute-position-changed.html |
+++ b/LayoutTests/fast/repaint/absolute-position-changed.html |
@@ -22,7 +22,8 @@ |
</head> |
<body style="height:2000px;"> |
<!-- You should see 1 green rectangle in the output and no red. --> |
- <div style="top: 200px; left: 100px;" class="fixed red"></div> |
+ <!-- Force the layer to NOT composite --> |
+ <div style="top: 200px; left: 100px;" class="fixed red-alpha"></div> |
<div id="absoluteDiv" style="top: 500px; left:100px;" class="absolute green"></div> |
</body> |
</html> |