Index: LayoutTests/fast/repaint/resources/composited-iframe-scroll-repaint-iframe.html |
diff --git a/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html b/LayoutTests/fast/repaint/resources/composited-iframe-scroll-repaint-iframe.html |
similarity index 77% |
copy from LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html |
copy to LayoutTests/fast/repaint/resources/composited-iframe-scroll-repaint-iframe.html |
index 6acb7e2a577e30da65a30488b1712c54984e5e49..8078c76531abc675af1887d370a127986fa0f0aa 100644 |
--- a/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html |
+++ b/LayoutTests/fast/repaint/resources/composited-iframe-scroll-repaint-iframe.html |
@@ -6,6 +6,6 @@ function repaintTest() { |
document.documentElement.scrollTop = 20; |
} |
</script> |
-<body onload="runRepaintTest()"> |
+<body onload="runRepaintTest()" style="transform: translateZ(0);"> |
<div style="height:500px"> |