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

Unified Diff: third_party/WebKit/LayoutTests/svg/text/text-rescale.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/svg/text/text-rescale.html
diff --git a/third_party/WebKit/LayoutTests/svg/text/text-rescale.html b/third_party/WebKit/LayoutTests/svg/text/text-rescale.html
index 889b05668bed6031db2c45cfcd5e4d8e7fa99a70..447c1207eadc05fed44a58b8ea502ccc760a528f 100644
--- a/third_party/WebKit/LayoutTests/svg/text/text-rescale.html
+++ b/third_party/WebKit/LayoutTests/svg/text/text-rescale.html
@@ -3,9 +3,9 @@
<!-- Test that a script can change the scale of text from very small to something visible -->
<!-- see: https://bugs.webkit.org/show_bug.cgi?id=75091 -->
<!-- If this test passes there should be 3 rows and 4 columns of "PASS" -->
-<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
+<script src="../../fast/repaint/resources/repaint.js"></script>
</head>
-<body onload="runRepaintAndPixelTest()">
+<body onload="runRepaintTest()">
<svg style="position: absolute; top: 0px; left: 0px; width: 500px; height: 200px">
<g id="text1g" transform="scale(0.001)">
<text x="0" y="50" font-size="40" fill="#080">

Powered by Google App Engine
This is Rietveld 408576698