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

Unified Diff: LayoutTests/fast/dom/importNode-unsupported-node-type-expected.txt

Issue 371693002: Set default deep value false in Document.importNode (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Take review comment into consideration 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/importNode-unsupported-node-type-expected.txt
diff --git a/LayoutTests/fast/dom/importNode-unsupported-node-type-expected.txt b/LayoutTests/fast/dom/importNode-unsupported-node-type-expected.txt
index 9b2b1300c1bb37a854837e83567a7173949e03c3..97eb1b7804dc9ed9b125554707d9b19e6e42d027 100644
--- a/LayoutTests/fast/dom/importNode-unsupported-node-type-expected.txt
+++ b/LayoutTests/fast/dom/importNode-unsupported-node-type-expected.txt
@@ -1,4 +1,3 @@
-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.
importNode should throw informative errors for unsupported node types
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698