| Index: LayoutTests/http/tests/loading/script-priorities.html
|
| diff --git a/LayoutTests/http/tests/loading/script-priorities.html b/LayoutTests/http/tests/loading/script-priorities.html
|
| index 3b183bedc138d3b5e0cb1c60a3b92b17c77b2b8f..0e6fbcd8108f989d2fd8093c009567079be10228 100644
|
| --- a/LayoutTests/http/tests/loading/script-priorities.html
|
| +++ b/LayoutTests/http/tests/loading/script-priorities.html
|
| @@ -7,8 +7,8 @@
|
| }
|
| </script>
|
| <script src="/js-test-resources/js-test.js"></script>
|
| - <script src="../misc/resources/defer-script.js" defer></script>
|
| - <script src="../misc/resources/async-script.js" async></script>
|
| + <script src="resources/defer.js" defer></script>
|
| + <script src="resources/async.js" async></script>
|
| <script src="resources/head.js"></script>
|
| </head>
|
| <body>
|
|
|