Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / dom / SVGPathSegList-xml-dom-synchronization.xhtml
index e3b0ce4..44564cf 100644 (file)
@@ -2,8 +2,9 @@
 <head>
 <script>window.enablePixelTesting = true;</script>
 <script src="../../resources/js-test.js"></script>
-<script src="../../fast/repaint/resources/repaint.js"></script>
+<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
 <script type="text/javascript">
+    window.outputRepaintRects = false;
     function repaintTest() {
         window.jsTestIsAsync = true;
         if (window.testRunner)
@@ -31,7 +32,7 @@
     }
 </script>
 </head>
-<body onload="runRepaintTest()">
+<body onload="runRepaintAndPixelTest()">
 <svg id="svg" xmlns="http://www.w3.org/2000/svg" width="200" height="200">
     <path id="path" fill="green" transform="translate(10 10)" d="M 200 0 L 100 0 L 100 100"/>
 </svg>