| Index: third_party/WebKit/LayoutTests/svg/animations/animate-viewport-overflow-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/animations/animate-viewport-overflow-2.html b/third_party/WebKit/LayoutTests/svg/animations/animate-viewport-overflow-2.html
|
| index f7d0f7d9c9a5ad27241177801d5528b38fc738bd..c03b25a29b4fa1c220a7911a8aca234c587d5b21 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/animations/animate-viewport-overflow-2.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/animations/animate-viewport-overflow-2.html
|
| @@ -1,6 +1,6 @@
|
| <!doctype html>
|
| <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>
|
| function repaintTest() {
|
| var svg = document.getElementById("svg");
|
| @@ -24,6 +24,6 @@
|
| </svg>
|
| </div>
|
| <script>
|
| - runRepaintAndPixelTest();
|
| + runRepaintTest();
|
| </script>
|
| </body>
|
|
|