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