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

Side by Side Diff: third_party/WebKit/LayoutTests/shadow-dom/v0/closed-mode-deep-combinator-and-shadow-pseudo-expected.txt

Issue 2074393002: Clean up shadow-dom layout tests so that they are well organized (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: line 311: /deep/ combinator is deprecated. See https://www.chro mestatus.com/features/6750456638341120 for more details. 1 CONSOLE WARNING: line 311: /deep/ combinator is deprecated. See https://www.chro mestatus.com/features/6750456638341120 for more details.
2 (1/6) /deep/ style rule on top-level document. 2 (1/6) /deep/ style rule on top-level document.
3 PASS backgroundColorOf('host_open_open') is "rgba(0, 0, 0, 0)" 3 PASS backgroundColorOf('host_open_open') is "rgba(0, 0, 0, 0)"
4 PASS backgroundColorOf('host_open_open/div1') is "rgba(0, 0, 0, 0)" 4 PASS backgroundColorOf('host_open_open/div1') is "rgba(0, 0, 0, 0)"
5 PASS backgroundColorOf('host_open_open/div1/div2') is "rgba(0, 0, 0, 0)" 5 PASS backgroundColorOf('host_open_open/div1/div2') is "rgba(0, 0, 0, 0)"
6 PASS backgroundColorOf('host_open_open/div1b') is "rgba(0, 0, 0, 0)" 6 PASS backgroundColorOf('host_open_open/div1b') is "rgba(0, 0, 0, 0)"
7 PASS backgroundColorOf('host_open_closed') is "rgba(0, 0, 0, 0)" 7 PASS backgroundColorOf('host_open_closed') is "rgba(0, 0, 0, 0)"
8 PASS backgroundColorOf('host_open_closed/div3') is "rgba(0, 0, 0, 0)" 8 PASS backgroundColorOf('host_open_closed/div3') is "rgba(0, 0, 0, 0)"
9 PASS backgroundColorOf('host_open_closed/div3/div4') is "rgba(0, 0, 0, 0)" 9 PASS backgroundColorOf('host_open_closed/div3/div4') is "rgba(0, 0, 0, 0)"
10 PASS backgroundColorOf('host_open_closed/div3b') is "rgba(0, 0, 0, 0)" 10 PASS backgroundColorOf('host_open_closed/div3b') is "rgba(0, 0, 0, 0)"
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 PASS host_closed_open.querySelectorAll("div::shadow div").length is 0 78 PASS host_closed_open.querySelectorAll("div::shadow div").length is 0
79 PASS host_closed_closed.querySelectorAll("div::shadow div").length is 0 79 PASS host_closed_closed.querySelectorAll("div::shadow div").length is 0
80 PASS div1.querySelectorAll("div::shadow div").length is 0 80 PASS div1.querySelectorAll("div::shadow div").length is 0
81 PASS div3.querySelectorAll("div::shadow div").length is 0 81 PASS div3.querySelectorAll("div::shadow div").length is 0
82 PASS div5.querySelectorAll("div::shadow div").length is 0 82 PASS div5.querySelectorAll("div::shadow div").length is 0
83 PASS div7.querySelectorAll("div::shadow div").length is 0 83 PASS div7.querySelectorAll("div::shadow div").length is 0
84 PASS successfullyParsed is true 84 PASS successfullyParsed is true
85 85
86 TEST COMPLETE 86 TEST COMPLETE
87 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698