| Index: third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-contract.svg
|
| diff --git a/third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-contract.svg b/third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-contract.svg
|
| index 90a66c89d45dba5a33b89b926bac3b1dab84467a..b94de3812f33509ea01c0f72f396eb48b3c0cd61 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-contract.svg
|
| +++ b/third_party/WebKit/LayoutTests/svg/repaint/inner-svg-change-viewBox-contract.svg
|
| @@ -1,6 +1,6 @@
|
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
| - width="300" height="300" onload="runRepaintAndPixelTest()">
|
| -<script xlink:href="../../fast/repaint/resources/text-based-repaint.js" />
|
| + width="300" height="300" onload="runRepaintTest()">
|
| +<script xlink:href="../../fast/repaint/resources/repaint.js" />
|
| <script><![CDATA[
|
| function repaintTest() {
|
| document.getElementById("inner").setAttribute("viewBox", "0 0 200 200");
|
|
|