| Index: third_party/WebKit/LayoutTests/svg/custom/circle-move-invalidation.svg
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/circle-move-invalidation.svg b/third_party/WebKit/LayoutTests/svg/custom/circle-move-invalidation.svg
|
| index eb24fcd19bd897e1d643cb6c09147136230196c7..f8ba8b95bd47bb77c5334196ea36369ddeb1b57f 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/circle-move-invalidation.svg
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/circle-move-invalidation.svg
|
| @@ -1,6 +1,6 @@
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| -<script src="../../fast/repaint/resources/text-based-repaint.js"/>
|
| +<script src="../../fast/repaint/resources/repaint.js"/>
|
| <title>Bug 22660</title>
|
| <script>
|
| function repaintTest() {
|
| @@ -10,7 +10,7 @@ function repaintTest() {
|
| }
|
| </script>
|
| </head>
|
| -<body onload="runRepaintAndPixelTest()">
|
| +<body onload="runRepaintTest()">
|
| <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 400 400" style="width:300px; height:300px; border: 1px solid black;">
|
| <circle id="c1" cx="100" cy="100" r="50" style="fill:red" />
|
| </svg>
|
|
|