| Index: LayoutTests/editing/surrounding-text/surrounding-text.html
|
| diff --git a/LayoutTests/platform/chromium/editing/surrounding-text/surrounding-text.html b/LayoutTests/editing/surrounding-text/surrounding-text.html
|
| similarity index 96%
|
| rename from LayoutTests/platform/chromium/editing/surrounding-text/surrounding-text.html
|
| rename to LayoutTests/editing/surrounding-text/surrounding-text.html
|
| index 9054024cc3970b8069371fa2fa9859da9aebc790..870f2c100c4a9639dfd422837f81967c66b8295e 100644
|
| --- a/LayoutTests/platform/chromium/editing/surrounding-text/surrounding-text.html
|
| +++ b/LayoutTests/editing/surrounding-text/surrounding-text.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <body>
|
| -<script src="../../../../fast/js/resources/js-test-pre.js"></script>
|
| +<script src="../../fast/js/resources/js-test-pre.js"></script>
|
| <div id="test">
|
| </div>
|
| <p id="description"></p>
|
| @@ -66,6 +66,6 @@ window.onload = run;
|
| window.jsTestIsAsync = true;
|
| window.successfullyParsed = true;
|
| </script>
|
| -<script src="../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../fast/js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|