| Index: LayoutTests/svg/as-image/set-img-height.html
|
| diff --git a/LayoutTests/svg/as-image/set-img-height.html b/LayoutTests/svg/as-image/set-img-height.html
|
| index 83577800cbed067be972440b4d30a65767147f95..4b38b781f69286798ace3b6b05c379e366244a16 100644
|
| --- a/LayoutTests/svg/as-image/set-img-height.html
|
| +++ b/LayoutTests/svg/as-image/set-img-height.html
|
| @@ -11,6 +11,7 @@
|
| </head>
|
| <body onload="runRepaintAndPixelTest()">
|
| <script>
|
| +window.outputRepaintRects = false;
|
| function repaintTest() {
|
| document.getElementById("scaleMe").style.height="100px";
|
| }
|
|
|