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

Side by Side Diff: third_party/WebKit/LayoutTests/shadow-dom/closed-mode-deep-combinators-expected.txt

Issue 1796573005: Do not show deprecation message for ::shadow and /deep/ on querySelector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix layout test expectation Created 4 years, 9 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: /deep/ combinator is deprecated. See https://www.chromestatus.c om/features/6750456638341120 for more details.
2 PASS result.length is 7 1 PASS result.length is 7
3 PASS node.id is "openhost" 2 PASS node.id is "openhost"
4 PASS node.id is "closedhost" 3 PASS node.id is "closedhost"
5 PASS node.id is "v0host" 4 PASS node.id is "v0host"
6 PASS node.id is "v0host_in_v0host" 5 PASS node.id is "v0host_in_v0host"
7 PASS node.id is "div_v0_in_v0" 6 PASS node.id is "div_v0_in_v0"
8 PASS node.id is "openhost_in_v0host" 7 PASS node.id is "openhost_in_v0host"
9 PASS node.id is "closedhost_in_v0host" 8 PASS node.id is "closedhost_in_v0host"
10 PASS successfullyParsed is true 9 PASS successfullyParsed is true
11 10
12 TEST COMPLETE 11 TEST COMPLETE
13 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698