| Index: third_party/WebKit/LayoutTests/svg/custom/svg-percent-scale.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/svg-percent-scale.html b/third_party/WebKit/LayoutTests/svg/custom/svg-percent-scale.html
|
| index 8cb24d45616e5e7dd21b012cf71d863c44273b95..53a35f4549340bcb51a19e814cb89fe17ddd7010 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/svg-percent-scale.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/svg-percent-scale.html
|
| @@ -2,7 +2,7 @@
|
| <html>
|
| <head>
|
| <title>Test for https://bugs.webkit.org/show_bug.cgi?id=79490</title>
|
| - <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| + <script src="../../fast/repaint/resources/repaint.js"></script>
|
| <script>
|
| window.outputRepaintRects = false;
|
| function repaintTest()
|
| @@ -13,7 +13,7 @@
|
| </script>
|
| </head>
|
|
|
| -<body style="margin: 0; padding: 0; overflow: hidden;" onload="runRepaintAndPixelTest()">
|
| +<body style="margin: 0; padding: 0; overflow: hidden;" onload="runRepaintTest()">
|
| <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">
|
|
|