| Index: third_party/WebKit/LayoutTests/paint/invalidation/text-match-svg.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/text-match-svg.html b/third_party/WebKit/LayoutTests/paint/invalidation/text-match-svg.html
|
| similarity index 93%
|
| rename from third_party/WebKit/LayoutTests/fast/repaint/text-match-svg.html
|
| rename to third_party/WebKit/LayoutTests/paint/invalidation/text-match-svg.html
|
| index 7ff43a5f513a9a80af841f2f701d8ea254ea1870..271665d4215a1422bcf181f9b31863ab45e3ce20 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/text-match-svg.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/text-match-svg.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE HTML>
|
| -<script src="../../resources/ahem.js"></script>
|
| +<script src="../../fast/../resources/ahem.js"></script>
|
| <script>
|
| function highlightRange(id, start, end, active) {
|
| var range = document.createRange();
|
|
|