Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / text / text-rescale.html
index 96f71f4..889b056 100644 (file)
@@ -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>
\ No newline at end of file
+</html>