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

Unified Diff: LayoutTests/fast/dom/MutationObserver/mutation-observer-constructor.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/MutationObserver/mutation-observer-constructor.html
diff --git a/LayoutTests/fast/dom/MutationObserver/mutation-observer-constructor.html b/LayoutTests/fast/dom/MutationObserver/mutation-observer-constructor.html
index 6549991b6fdb69766c5ac799ddec0815d9aa5f60..e2efdc3bf029132055b05fb9737635d75b676df5 100644
--- a/LayoutTests/fast/dom/MutationObserver/mutation-observer-constructor.html
+++ b/LayoutTests/fast/dom/MutationObserver/mutation-observer-constructor.html
@@ -16,5 +16,4 @@ shouldThrow('new MutationObserver({})');
shouldThrow('new MutationObserver(42)');
shouldThrow('new MutationObserver("foo")');
</script>
-<script src="../../js/resources/js-test-post.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698