| Index: LayoutTests/fast/domurl/check-instanceof-domurl-functions.html
|
| diff --git a/LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html b/LayoutTests/fast/domurl/check-instanceof-domurl-functions.html
|
| similarity index 81%
|
| rename from LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html
|
| rename to LayoutTests/fast/domurl/check-instanceof-domurl-functions.html
|
| index abcf4041f341c8c43385f708ed6422e521d6bceb..16d56f8a34be70e455c0f4b63d0eb16164be01d4 100644
|
| --- a/LayoutTests/fast/dom/DOMURL/check-instanceof-domurl-functions.html
|
| +++ b/LayoutTests/fast/domurl/check-instanceof-domurl-functions.html
|
| @@ -1,13 +1,13 @@
|
| <!DOCTYPE HTML>
|
| <html>
|
| <head>
|
| -<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../js/resources/js-test-pre.js"></script>
|
| </head>
|
| <body>
|
| <script>
|
| description("Test instanceof functions and properties of URL and webkitURL.");
|
|
|
| -var url = new URL;
|
| +var url = new URL('http://www.domain.com/');
|
|
|
| shouldBeTrue("'createObjectURL' in URL");
|
| shouldBeTrue("'revokeObjectURL' in URL");
|
| @@ -25,6 +25,6 @@ shouldBeDefined("window.webkitURL.createObjectURL");
|
| shouldBeDefined("window.webkitURL.revokeObjectURL");
|
|
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| +<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|