| Index: LayoutTests/accessibility/readonly.html
|
| diff --git a/LayoutTests/platform/chromium/accessibility/readonly.html b/LayoutTests/accessibility/readonly.html
|
| similarity index 94%
|
| rename from LayoutTests/platform/chromium/accessibility/readonly.html
|
| rename to LayoutTests/accessibility/readonly.html
|
| index b0c0cbef6a7981e08472046601265619ca8ed0cc..11f0c560e97462e11513003d790478b2804b8b4a 100644
|
| --- a/LayoutTests/platform/chromium/accessibility/readonly.html
|
| +++ b/LayoutTests/accessibility/readonly.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>
|
| <a id="link1" href="#">Link</a>
|
| @@ -66,6 +66,6 @@ if (window.testRunner && window.accessibilityController) {
|
|
|
| </script>
|
|
|
| -<script src="../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../fast/js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|