Index: LayoutTests/fast/dom/shadow/shadowroot-clonenode.html |
diff --git a/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html b/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html |
index 25baf4e8ac64f0f19b57ea1ef2a6297232946c6a..d800018cd1a14fe8c0310991f72b0d5e60699fc0 100644 |
--- a/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html |
+++ b/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html |
@@ -11,5 +11,4 @@ var host = document.createElement('div'); |
var shadowRoot = host.createShadowRoot(); |
shouldThrow('shadowRoot.cloneNode()', '"DataCloneError: Failed to execute \'cloneNode\' on \'ShadowRoot\': ShadowRoot nodes are not clonable."'); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</html> |