Index: LayoutTests/fast/repaint/window-resize-percent-html.html |
diff --git a/LayoutTests/fast/repaint/window-resize-percent-html.html b/LayoutTests/fast/repaint/window-resize-percent-html.html |
index 737ad49519b11d3a23763174b4404f2c8e90a6c4..7cc4e9e251254ac45adcaf9a7bd47098de8e4604 100644 |
--- a/LayoutTests/fast/repaint/window-resize-percent-html.html |
+++ b/LayoutTests/fast/repaint/window-resize-percent-html.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE html> |
<script src="resources/window-resize-repaint.js"></script> |
<html style="height: 50%"> |
-<body style="height: 100%"> |
+<body style="height: 100%; margin: 0"> |
<div style="width: 50%; height: 50%; background-color: blue"></div> |
</body> |
</html> |