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

Unified Diff: LayoutTests/fast/dom/shadow/contains-with-shadow-dom.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/contains-with-shadow-dom.html
diff --git a/LayoutTests/fast/dom/shadow/contains-with-shadow-dom.html b/LayoutTests/fast/dom/shadow/contains-with-shadow-dom.html
index f55dd165e6a5313bcafbf3ce12e5cd788bde884d..272a3779c8d4e8e5f465b9b06dfe791bac60cb39 100644
--- a/LayoutTests/fast/dom/shadow/contains-with-shadow-dom.html
+++ b/LayoutTests/fast/dom/shadow/contains-with-shadow-dom.html
@@ -47,5 +47,4 @@ shouldBeFalse('getNodeInTreeOfTrees("shadowHostA/shadowHostC/divC").contains(get
shouldBeTrue('getNodeInTreeOfTrees("shadowHostA/shadowHostB").contains(getNodeInTreeOfTrees("shadowHostA/shadowHostB"))');
shouldBeTrue('getNodeInTreeOfTrees("shadowHostA/shadowHostB/").contains(getNodeInTreeOfTrees("shadowHostA/shadowHostB/"))');
</script>
-<script src="../../js/resources/js-test-post.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698