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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/querySelector-with-distribution-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: ::shadow pseudo-element is deprecated. See https://www.chromest atus.com/features/6750456638341120 for more details.
2 crbug.com/337618: querySelector needs ensure distribution. 1 crbug.com/337618: querySelector needs ensure distribution.
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 PASS barShadowRoot.querySelectorAll(":host-context(.foo)::shadow div")[0].id is "bar" 6 PASS barShadowRoot.querySelectorAll(":host-context(.foo)::shadow div")[0].id is "bar"
8 PASS barShadowRoot.querySelectorAll(":host-context(.foo)::shadow div")[0] is und efined 7 PASS barShadowRoot.querySelectorAll(":host-context(.foo)::shadow div")[0] is und efined
9 PASS successfullyParsed is true 8 PASS successfullyParsed is true
10 9
11 TEST COMPLETE 10 TEST COMPLETE
12 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698