Index: LayoutTests/fast/js/missing-style-end-tag-js.html |
diff --git a/LayoutTests/fast/js/missing-style-end-tag-js.html b/LayoutTests/fast/js/missing-style-end-tag-js.html |
index 273b7840ef0c9d982e31718fc3131b05c9c07f74..018aaaee8fc57e83abaa8a0620f1efe3f1fc71e4 100644 |
--- a/LayoutTests/fast/js/missing-style-end-tag-js.html |
+++ b/LayoutTests/fast/js/missing-style-end-tag-js.html |
@@ -14,6 +14,5 @@ |
<script> |
description('This test checks that the first <script> tag after an unclosed <style> tag is parsed correctly. Early versions of the patch for <a href="https://bugs.webkit.org/show_bug.cgi?id=6314">Bugzilla Bug 6314</a> did not reset a state variable properly, causing the first <script></script> tag in the document to contain everything after the <style> tag. <p class="different">This text should also be blue.</p>'); |
</script> |
-<script src="resources/js-test-post.js"></script> |
</body> |
</html> |