| Index: LayoutTests/svg/custom/svg-percent-scale.html
|
| diff --git a/LayoutTests/svg/custom/svg-percent-scale.html b/LayoutTests/svg/custom/svg-percent-scale.html
|
| index cb50086a85a4684da3ed53f6a7f170ab8f296282..8cb24d45616e5e7dd21b012cf71d863c44273b95 100644
|
| --- a/LayoutTests/svg/custom/svg-percent-scale.html
|
| +++ b/LayoutTests/svg/custom/svg-percent-scale.html
|
| @@ -4,6 +4,7 @@
|
| <title>Test for https://bugs.webkit.org/show_bug.cgi?id=79490</title>
|
| <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| <script>
|
| + window.outputRepaintRects = false;
|
| function repaintTest()
|
| {
|
| document.getElementById('resize-target').style.width = '200px';
|
|
|