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

Unified Diff: LayoutTests/svg/text/text-rescale.html

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
« no previous file with comments | « LayoutTests/svg/text/remove-tspan-from-text.html ('k') | LayoutTests/svg/text/text-text-05-t.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/text-rescale.html
diff --git a/LayoutTests/svg/text/text-rescale.html b/LayoutTests/svg/text/text-rescale.html
index 96f71f4639f9070c0a00f1fe5c6819060744b7a8..889b05668bed6031db2c45cfcd5e4d8e7fa99a70 100644
--- a/LayoutTests/svg/text/text-rescale.html
+++ b/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/repaint.js"></script>
+<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
</head>
-<body onload="runRepaintTest()">
+<body onload="runRepaintAndPixelTest()">
<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">
@@ -52,4 +52,4 @@
}
</script>
</body>
-</html>
+</html>
« no previous file with comments | « LayoutTests/svg/text/remove-tspan-from-text.html ('k') | LayoutTests/svg/text/text-text-05-t.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698