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

Unified Diff: third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added.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/will-change/containing-block-added.html
diff --git a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added.html b/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added.html
index dd65d4d2225027caa537614ea4be5315d08f1d67..0d4bc0b9ce7e8f874ab5a9defcc25c7d056f7cb8 100644
--- a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added.html
+++ b/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added.html
@@ -21,7 +21,7 @@
background-color: green
}
</style>
- <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
+ <script src="../../fast/repaint/resources/repaint.js"></script>
<script>
function repaintTest()
{
@@ -30,7 +30,7 @@
// descendant.
document.getElementById("container").style.willChange = "transform";
}
- onload = runRepaintAndPixelTest;
+ onload = runRepaintTest;
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698