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

Side by Side Diff: LayoutTests/fast/xpath/xpath-detached-import-assert-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, 7 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 unified diff | Download patch
OLDNEW
1 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 a n explicit boolean argument to keep your current behavior.
1 A test case from https://bugs.webkit.org/show_bug.cgi?id=84793. 2 A test case from https://bugs.webkit.org/show_bug.cgi?id=84793.
2 3
3 Test passes if it doesn't hit ASSERT(parents.size() >= depth + 1). 4 Test passes if it doesn't hit ASSERT(parents.size() >= depth + 1).
4 5
5 PASS result.numberValue is NaN 6 PASS result.numberValue is NaN
6 PASS successfullyParsed is true 7 PASS successfullyParsed is true
7 8
8 TEST COMPLETE 9 TEST COMPLETE
9 10
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/imports/resources/custom-element-style.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698