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

Unified Diff: LayoutTests/fast/dom/MutationObserver/mutate-during-delivery.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/mutate-during-delivery.html
diff --git a/LayoutTests/fast/dom/MutationObserver/mutate-during-delivery.html b/LayoutTests/fast/dom/MutationObserver/mutate-during-delivery.html
index 509ed8dd09eb950dbb0c24b5e97b3fc247167255..7d5b825a288b89331bd9ef713a845b1b6e7113f8 100644
--- a/LayoutTests/fast/dom/MutationObserver/mutate-during-delivery.html
+++ b/LayoutTests/fast/dom/MutationObserver/mutate-during-delivery.html
@@ -32,4 +32,3 @@ observer3.observe(div, {attributes: true});
div.setAttribute('foo', 'bar');
setTimeout(finish, 0);
</script>
-<script src="../../js/resources/js-test-post.js"></script>

Powered by Google App Engine
This is Rietveld 408576698