Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / svg-percent-scale.html
index 874e1ab..8cb24d4 100644 (file)
@@ -2,8 +2,9 @@
 <html>
 <head>
   <title>Test for https://bugs.webkit.org/show_bug.cgi?id=79490</title>
-  <script src="../../fast/repaint/resources/repaint.js"></script>
+  <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
   <script>
+    window.outputRepaintRects = false;
     function repaintTest()
     {
       document.getElementById('resize-target').style.width = '200px';
@@ -12,7 +13,7 @@
   </script>
 </head>
 
-<body style="margin: 0; padding: 0; overflow: hidden;" onload="runRepaintTest()">
+<body style="margin: 0; padding: 0; overflow: hidden;" onload="runRepaintAndPixelTest()">
   <div id="resize-target" style="width: 400px; height: 400px; position: absolute;">
     <!-- After window resizing, this SVG element should not be visible -->
     <svg width="50%" height="50%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">