Index: LayoutTests/fast/dom/incompatible-operations.html |
diff --git a/LayoutTests/fast/dom/incompatible-operations.html b/LayoutTests/fast/dom/incompatible-operations.html |
index aea2a61c32a384ce2816d2fd003fe20d5a1a8874..2db65650bf7d386be249a913449b3d23ba7293a8 100644 |
--- a/LayoutTests/fast/dom/incompatible-operations.html |
+++ b/LayoutTests/fast/dom/incompatible-operations.html |
@@ -47,7 +47,6 @@ shouldBeUndefined("aSelect.add(void 0, void 0)"); |
shouldBeUndefined("aSelect.add(void 0, anOption)"); |
shouldBeUndefined("aSelect.add(anOption, void 0)"); |
</script> |
-<script src="../js/resources/js-test-post.js"></script> |
</body> |
</html> |