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

Unified Diff: LayoutTests/svg/text/text-viewbox-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/text-text-05-t.svg ('k') | LayoutTests/svg/text/tspan-dynamic-positioning.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/text-viewbox-rescale.html
diff --git a/LayoutTests/svg/text/text-viewbox-rescale.html b/LayoutTests/svg/text/text-viewbox-rescale.html
index d458f0223560e84bd2da2282bf7b2ef5d5caab35..048535936a0319fd33499d41b87e11f0dd643a54 100644
--- a/LayoutTests/svg/text/text-viewbox-rescale.html
+++ b/LayoutTests/svg/text/text-viewbox-rescale.html
@@ -3,9 +3,9 @@
<!-- Test that a script can change the scale of an svg viewbox and text will be rescaled properly -->
<!-- see: https://bugs.webkit.org/show_bug.cgi?id=75091 -->
<!-- If this test passes there should be 2 rows and 2 columns "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: 200px; height: 200px">
<svg id="inner1" viewbox="0 0 100 100">
<text x="0.3" y="0.3" font-size="0.1" fill="#080">
@@ -27,4 +27,4 @@
}
</script>
</body>
-</html>
+</html>
« no previous file with comments | « LayoutTests/svg/text/text-text-05-t.svg ('k') | LayoutTests/svg/text/tspan-dynamic-positioning.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698