| 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">
|
|
|