| Index: third_party/WebKit/LayoutTests/svg/custom/svg-percent-scale-vonly.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/svg-percent-scale-vonly.html b/third_party/WebKit/LayoutTests/svg/custom/svg-percent-scale-vonly.html
|
| index ddaa85ce6297128f2c60736c375d9a476979e5a7..9bd384df05cb9cdd7e27989b63eb117c10d72c63 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/svg-percent-scale-vonly.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/svg-percent-scale-vonly.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()
|
| @@ -12,7 +12,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 vertical window resizing, this SVG element should not be visible -->
|
| <svg width="25%" height="50%" xmlns="http://www.w3.org/2000/svg">
|
|
|