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

Unified Diff: LayoutTests/fast/dom/move-nodes-across-documents.html

Issue 375293002: Node.insertBefore and Node.appendChild do not use custom binding anymore (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replace assert with condition Created 6 years, 5 months 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/move-nodes-across-documents.html
diff --git a/LayoutTests/fast/dom/move-nodes-across-documents.html b/LayoutTests/fast/dom/move-nodes-across-documents.html
index 3881f049921b13dd3fb66fe6d7a52ec74af68583..62d516e4c660385a166e57132e7b6a3deb0f5834 100644
--- a/LayoutTests/fast/dom/move-nodes-across-documents.html
+++ b/LayoutTests/fast/dom/move-nodes-across-documents.html
@@ -106,7 +106,7 @@ function run()
} finally {
// Clear the event handler to avoid affecting the following tests.
}
- });
+ }, "TypeError");
runTest(function() {
iframeDoc.body.appendChild(document.createElement('div'));
« no previous file with comments | « LayoutTests/fast/dom/Node/fragment-mutation.html ('k') | LayoutTests/fast/html/details-summary-document-child.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698