| Index: LayoutTests/http/tests/misc/async-and-defer-script.html
|
| diff --git a/LayoutTests/http/tests/misc/async-and-defer-script.html b/LayoutTests/http/tests/misc/async-and-defer-script.html
|
| index 6874e0a395f5ce15bb7efe78cf7c0a97b5492bb8..d57ebb3decc8d26e4947026e28a76b3e3e91f86b 100644
|
| --- a/LayoutTests/http/tests/misc/async-and-defer-script.html
|
| +++ b/LayoutTests/http/tests/misc/async-and-defer-script.html
|
| @@ -13,6 +13,5 @@ document.addEventListener("DOMContentLoaded", function() {
|
| }, false);
|
| </script>
|
| <script defer async src="http://127.0.0.1:8000/misc/resources/slow-async-script.cgi"></script>
|
| -<script src="../../js-test-resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|