Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: LayoutTests/fast/repaint/resources/composited-iframe-scroll-repaint-iframe.html

Issue 318183002: Fix repainting of composited RenderViews (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix *horrible* naming Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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">
« no previous file with comments | « LayoutTests/fast/repaint/composited-iframe-scroll-repaint-expected.txt ('k') | Source/core/rendering/RenderView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698