Index: LayoutTests/fast/repaint/window-resize-positioned-bottom.html |
diff --git a/LayoutTests/fast/repaint/window-resize-positioned-bottom.html b/LayoutTests/fast/repaint/window-resize-positioned-bottom.html |
index b4bb415d649abc24edb3ecc39a3601c50cf05ff6..99d5d98b324d2b489358941b3b7fb4aab610dbe6 100644 |
--- a/LayoutTests/fast/repaint/window-resize-positioned-bottom.html |
+++ b/LayoutTests/fast/repaint/window-resize-positioned-bottom.html |
@@ -1,4 +1,5 @@ |
<!DOCTYPE html> |
<script src="resources/window-resize-repaint.js"></script> |
-<div style="position: absolute; width: 50%; height: 20px; bottom: 20px; background-color: blue"> |
-</div> |
+<body style="margin: 0"> |
+ <div style="position: absolute; width: 20px; height: 20px; bottom: 20px; background-color: blue"></div> |
+</body> |