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

Unified Diff: LayoutTests/fast/sub-pixel/transformed-iframe-copy-on-scroll.html

Issue 207383002: Remove repaint.js from layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More expectations Created 6 years, 9 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/sub-pixel/transformed-iframe-copy-on-scroll.html
diff --git a/LayoutTests/fast/sub-pixel/transformed-iframe-copy-on-scroll.html b/LayoutTests/fast/sub-pixel/transformed-iframe-copy-on-scroll.html
index 69e08db770cfdb6d7986724fb7c5f9e71b7d1c25..432b06bcfc729491892e65c66fca9fce50e0a9cf 100644
--- a/LayoutTests/fast/sub-pixel/transformed-iframe-copy-on-scroll.html
+++ b/LayoutTests/fast/sub-pixel/transformed-iframe-copy-on-scroll.html
@@ -16,10 +16,11 @@
-webkit-transform: rotate3d(0, 0, 1, 45deg);
}
</style>
-<script src="../repaint/resources/repaint.js" type="text/javascript"></script>
+<script src="../../resources/run-after-display.js" type="text/javascript"></script>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
+ testRunner.dumpAsTextWithPixelResults();
internals.settings.setMockScrollbarsEnabled(true);
}
@@ -43,7 +44,7 @@ function repaintTest() {
}
</script>
</head>
-<body onload="setupIframes();runRepaintTest()">
+<body onload="setupIframes();runAfterDisplay(repaintTest);">
<p>The iframes below should remain grey with no repaint artifacts when scrolling.</p>
<div>
<div class="container">
« no previous file with comments | « LayoutTests/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html ('k') | LayoutTests/fast/table/simple_paint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698