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

Unified Diff: third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html

Issue 1972273002: Let repaint tests test pixels by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html
index 579adcc96a20b2d03f7f85c27cbf0b3052d5fd1b..d6bf3ff1aff45a31238c3f8a8587eafb2537d0fd 100644
--- a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html
+++ b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html
@@ -7,7 +7,7 @@
transform:translate3D(0, 0, 0);
}
</style>
-<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
+<script src="../../fast/repaint/resources/repaint.js"></script>
<script>
function repaintTest() {
document.getElementById('composited-box').style.webkitTransform = 'translate3D(100px, 100px, 0)';

Powered by Google App Engine
This is Rietveld 408576698