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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal.xhtml

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/svg/custom/pending-resource-after-removal.xhtml
diff --git a/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal.xhtml b/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal.xhtml
index 5eca81b5da06143913f537b4119775485fec30c6..35c17580c2d9772e22fd4d29a7347415070ef9d7 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal.xhtml
+++ b/third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal.xhtml
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
+<script src="../../fast/repaint/resources/repaint.js"></script>
<title>The rectangle should be green.</title></head>
<script>
window.testIsAsync = true;
@@ -52,7 +52,7 @@ function repaintTest() {
setTimeout("updateFill()", 1);
}
</script>
-<body onload="runRepaintAndPixelTest()">
+<body onload="runRepaintTest()">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%">
<defs id="defs"></defs>
<rect id="shape" width="200" height="200"></rect>

Powered by Google App Engine
This is Rietveld 408576698