| Index: LayoutTests/svg/custom/svg-percent-scale-block.html
|
| diff --git a/LayoutTests/svg/custom/svg-percent-scale-block.html b/LayoutTests/svg/custom/svg-percent-scale-block.html
|
| index 1280d6b49e9bdf70e205f9096ec0953a92572bd8..dc316e83f7ae29671c29546a5a99e4d87fdb8d92 100644
|
| --- a/LayoutTests/svg/custom/svg-percent-scale-block.html
|
| +++ b/LayoutTests/svg/custom/svg-percent-scale-block.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.height = '200px';
|
|
|