| Index: third_party/WebKit/LayoutTests/svg/custom/repaint-moving-svg-and-div.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/repaint-moving-svg-and-div.xhtml b/third_party/WebKit/LayoutTests/svg/custom/repaint-moving-svg-and-div.xhtml
|
| index 800b4ae6a8011f5f356c6a52cf62561099289479..c8220d13dce6f0620d28d3d975def48a127fee97 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/repaint-moving-svg-and-div.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/repaint-moving-svg-and-div.xhtml
|
| @@ -1,6 +1,6 @@
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| -<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| +<script src="../../fast/repaint/resources/repaint.js"></script>
|
| <style>
|
|
|
| svg {
|
| @@ -49,7 +49,7 @@ svg, .outerBox {
|
| </style>
|
| </head>
|
|
|
| -<body onload="runRepaintAndPixelTest()">
|
| +<body onload="runRepaintTest()">
|
| <svg id="svg" xmlns="http://www.w3.org/2000/svg">
|
| <rect width="100" height="100" fill="lime"/>
|
| </svg>
|
|
|