Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / repaint-shadow.svg
index 099cedf..7985323 100644 (file)
@@ -6,7 +6,7 @@
             src: url(../../resources/Ahem.ttf);
         }
     </style>
-    <script xlink:href="../../fast/repaint/resources/repaint.js"/>
+    <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
     <text x="20" y="60" font-family="Ahem" font-size="50px" style="text-shadow: 200px 200px 5px red">X</text>
     <text x="170" y="60" font-family="Ahem" font-size="50px" style="text-shadow: 200px 200px 5px red">X</text>
 
@@ -18,6 +18,6 @@
         }
         if (window.testRunner)
             testRunner.waitUntilDone();
-        document.fonts.ready().then(runRepaintTest);
+        document.fonts.ready().then(runRepaintAndPixelTest);
     </script>
 </svg>