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

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

Issue 205263004: Convert svg repaint tests to pixel test only repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove fixedpos 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/svg/custom/pending-resource-after-removal.xhtml
diff --git a/LayoutTests/svg/custom/pending-resource-after-removal.xhtml b/LayoutTests/svg/custom/pending-resource-after-removal.xhtml
index 0be98fbf4c5842b0735e1861ea30b3c7388e6b4d..e2f398e5af307c3639942698ca513e5c2f449617 100644
--- a/LayoutTests/svg/custom/pending-resource-after-removal.xhtml
+++ b/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/repaint.js"></script>
+<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
<title>The rectangle should be green.</title></head>
<script>
@@ -54,7 +54,7 @@ function repaintTest() {
setTimeout("updateFill()", 0);
}
</script>
-<body onload="runRepaintTest()">
+<body onload="runRepaintAndPixelTest()">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px">
<defs id="defs"></defs>
<rect id="shape" width="200" height="200"></rect>

Powered by Google App Engine
This is Rietveld 408576698