Index: LayoutTests/fast/events/mutation-during-replace-child-2.html |
diff --git a/LayoutTests/fast/events/mutation-during-replace-child-2.html b/LayoutTests/fast/events/mutation-during-replace-child-2.html |
index f8457ca9cdd6bed244854b48b5b79630a17a7994..65c6834dc91e6ec013dc15441a1aae5102975b15 100644 |
--- a/LayoutTests/fast/events/mutation-during-replace-child-2.html |
+++ b/LayoutTests/fast/events/mutation-during-replace-child-2.html |
@@ -30,7 +30,6 @@ function handler(){ |
document.addEventListener("DOMNodeRemoved", handler, false); |
shouldThrow("target.replaceChild(newChild, oldChild);", '"HierarchyRequestError: Failed to execute \'replaceChild\' on \'Node\': The new child element contains the parent."'); |
</script> |
-<script src="../js/resources/js-test-post.js"></script> |
</body> |
</html> |