Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: LayoutTests/fast/dom/shadow/shadowroot-clonenode.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadowdom-for-media.html ('k') | LayoutTests/fast/dom/shadow/shadowroot-host.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698