Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / use-event-handler-on-referenced-element.svg
index 16d49cb..80c50f2 100644 (file)
@@ -1,10 +1,11 @@
-<svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintTest()">
-  <script xlink:href="../../fast/repaint/resources/repaint.js"/>
+<svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintAndPixelTest()">
+  <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
   <defs>
    <rect onclick="test()" id="reference" x="240" y="1" width="239" height="358"/>
 
    <script type="text/ecmascript">
     <![CDATA[
+    window.outputRepaintRects = false;
     function repaintTest() {
         if (window.eventSender) {
             testRunner.waitUntilDone();