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

Unified Diff: LayoutTests/fast/dom/HTMLTemplateElement/cycles-in-shadow.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/HTMLTemplateElement/cycles-in-shadow.html
diff --git a/LayoutTests/fast/dom/HTMLTemplateElement/cycles-in-shadow.html b/LayoutTests/fast/dom/HTMLTemplateElement/cycles-in-shadow.html
index b95097bf34ff676a67cec094764f400d3e88a798..77b8ab8c1f665f1defc1ad81b7f1580ed42e7acf 100644
--- a/LayoutTests/fast/dom/HTMLTemplateElement/cycles-in-shadow.html
+++ b/LayoutTests/fast/dom/HTMLTemplateElement/cycles-in-shadow.html
@@ -13,5 +13,4 @@ var shadowRoot = div.createShadowRoot();
var shadowDiv = shadowRoot.appendChild(document.createElement('div'));
shouldThrow('shadowDiv.appendChild(outerDiv)');
</script>
-<script src="../../js/resources/js-test-post.js"></script>
</body>
« no previous file with comments | « LayoutTests/fast/dom/HTMLTemplateElement/cycles.html ('k') | LayoutTests/fast/dom/HTMLTemplateElement/inertContents.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698