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

Unified Diff: LayoutTests/fast/dom/MutationObserver/mutation-record-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-record-constructor.html
diff --git a/LayoutTests/fast/dom/MutationObserver/mutation-record-constructor.html b/LayoutTests/fast/dom/MutationObserver/mutation-record-constructor.html
index 34156c6905d49340568af90a19e2b32ff8c95088..30502afab1a3fc27199db1c9b03cf5b681355143 100644
--- a/LayoutTests/fast/dom/MutationObserver/mutation-record-constructor.html
+++ b/LayoutTests/fast/dom/MutationObserver/mutation-record-constructor.html
@@ -14,4 +14,3 @@ div.id = 'foo';
var record = observer.takeRecords()[0];
shouldBeTrue('record instanceof MutationRecord');
</script>
-<script src="../../js/resources/js-test-post.js"></script>

Powered by Google App Engine
This is Rietveld 408576698