| Index: LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html
|
| diff --git a/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html b/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html
|
| index dc4136133beed0cd4dcf263cabd96e0fe27d4ede..a27dd0b369ed6201496ce17b59ce789edb304735 100644
|
| --- a/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html
|
| +++ b/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html
|
| @@ -11,11 +11,7 @@ div {
|
| </style>
|
| </head>
|
| <!-- The background shouldn't be red in a debug build -->
|
| -<body style='margin: 0px' onload="runAfterLayoutAndPaint(repaintTest, true);">
|
| +<body style='margin: 0px; zoom: 1.4;'>
|
| <div> </div>
|
| -
|
| -<script>var zoomCount = 3; window.shouldZoomOut = true;</script>
|
| -<script src="../../../resources/run-after-layout-and-paint.js"></script>
|
| -<script src="../resources/testPageZoom.js"></script>
|
| </body>
|
| </html>
|
|
|