Index: LayoutTests/fast/selectors/querySelector-leftmost-selector-matches-rootNode.html |
diff --git a/LayoutTests/fast/selectors/querySelector-leftmost-selector-matches-rootNode.html b/LayoutTests/fast/selectors/querySelector-leftmost-selector-matches-rootNode.html |
index 7ff558ad1a25ed69c17b462e5b370e7b92e55c53..cd3bf9f898cc8d19f5efde2fb9e1bd2900e3dbdd 100644 |
--- a/LayoutTests/fast/selectors/querySelector-leftmost-selector-matches-rootNode.html |
+++ b/LayoutTests/fast/selectors/querySelector-leftmost-selector-matches-rootNode.html |
@@ -24,5 +24,4 @@ shouldBeNull("document.body.querySelector('#target')"); |
shouldBeNull("document.body.querySelector('.target')"); |
shouldBeNull("document.body.querySelector('body')"); |
</script> |
-<script src="../js/resources/js-test-post.js"></script> |
</html> |