| Index: third_party/WebKit/LayoutTests/svg/as-image/svg-image-change-content-size.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/svg/as-image/svg-image-change-content-size.xhtml b/third_party/WebKit/LayoutTests/svg/as-image/svg-image-change-content-size.xhtml
|
| index 5750f015355e621dddfa29665f4305196b455de2..7afcc904ddc01343c56df921326b650302289741 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/as-image/svg-image-change-content-size.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/svg/as-image/svg-image-change-content-size.xhtml
|
| @@ -1,6 +1,6 @@
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| -<script src="../../fast/repaint/resources/text-based-repaint.js" type="text/javascript"></script>
|
| +<script src="../../fast/repaint/resources/repaint.js" type="text/javascript"></script>
|
| <script type="text/javascript">
|
| function repaintTest() {
|
| document.getElementById("contentBox").style.setProperty("width", "600px");
|
| @@ -16,7 +16,7 @@ function repaintTest() {
|
| }
|
| </style>
|
| </head>
|
| -<body onload="runRepaintAndPixelTest()">
|
| +<body onload="runRepaintTest()">
|
| <p>The svg image contained in the div element (red box) should not change its appearance when width is resized to be larger</p>
|
| <div id="contentBox">
|
| <img src="../as-background-image/resources/butterfly.svg"/>
|
|
|