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

Unified Diff: LayoutTests/fast/dom/document-importNode-arguments-expected.txt

Issue 252713004: Make default for deep parameter in importNode false (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 8 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/document-importNode-arguments-expected.txt
diff --git a/LayoutTests/fast/dom/document-importNode-arguments-expected.txt b/LayoutTests/fast/dom/document-importNode-arguments-expected.txt
index 3eb49353b9e0b2c5ae83e704f4975acafaf1c36e..155c7b54150c2e5de2025c9928e8053c5439713e 100644
--- a/LayoutTests/fast/dom/document-importNode-arguments-expected.txt
+++ b/LayoutTests/fast/dom/document-importNode-arguments-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE WARNING: The behavior of importNode() with no boolean argument is about to change from doing a deep clone to doing a shallow clone. Make sure to pass an explicit boolean argument to keep your current behavior.
This page tests calling document.importNode.
PASS imported.childNodes.length is 2
« no previous file with comments | « LayoutTests/fast/dom/custom/lifecycle-created-creation-api.html ('k') | LayoutTests/fast/dom/importNode-null-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698