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

Side by Side Diff: third_party/WebKit/LayoutTests/shadow-dom/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
(Empty)
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.
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)"
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)"
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)"
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)"
11 PASS backgroundColorOf('host_closed_open') is "rgba(0, 0, 0, 0)"
12 PASS backgroundColorOf('host_closed_open/div5') is "rgba(0, 0, 0, 0)"
13 PASS backgroundColorOf('host_closed_open/div5/div6') is "rgba(0, 0, 0, 0)"
14 PASS backgroundColorOf('host_closed_open/div5b') is "rgba(0, 0, 0, 0)"
15 PASS backgroundColorOf('host_closed_closed') is "rgba(0, 0, 0, 0)"
16 PASS backgroundColorOf('host_closed_closed/div7') is "rgba(0, 0, 0, 0)"
17 PASS backgroundColorOf('host_closed_closed/div7/div8') is "rgba(0, 0, 0, 0)"
18 PASS backgroundColorOf('host_closed_closed/div7b') is "rgba(0, 0, 0, 0)"
19 (2/6) ::shadow style rule on top-level document.
20 PASS backgroundColorOf('host_open_open') is "rgba(0, 0, 0, 0)"
21 PASS backgroundColorOf('host_open_open/div1') is "rgba(0, 0, 0, 0)"
22 PASS backgroundColorOf('host_open_open/div1/div2') is "rgba(0, 0, 0, 0)"
23 PASS backgroundColorOf('host_open_open/div1b') is "rgba(0, 0, 0, 0)"
24 PASS backgroundColorOf('host_open_closed') is "rgba(0, 0, 0, 0)"
25 PASS backgroundColorOf('host_open_closed/div3') is "rgba(0, 0, 0, 0)"
26 PASS backgroundColorOf('host_open_closed/div3/div4') is "rgba(0, 0, 0, 0)"
27 PASS backgroundColorOf('host_open_closed/div3b') is "rgba(0, 0, 0, 0)"
28 PASS backgroundColorOf('host_closed_open') is "rgba(0, 0, 0, 0)"
29 PASS backgroundColorOf('host_closed_open/div5') is "rgba(0, 0, 0, 0)"
30 PASS backgroundColorOf('host_closed_open/div5/div6') is "rgba(0, 0, 0, 0)"
31 PASS backgroundColorOf('host_closed_open/div5b') is "rgba(0, 0, 0, 0)"
32 PASS backgroundColorOf('host_closed_closed') is "rgba(0, 0, 0, 0)"
33 PASS backgroundColorOf('host_closed_closed/div7') is "rgba(0, 0, 0, 0)"
34 PASS backgroundColorOf('host_closed_closed/div7/div8') is "rgba(0, 0, 0, 0)"
35 PASS backgroundColorOf('host_closed_closed/div7b') is "rgba(0, 0, 0, 0)"
36 (3/6) /deep/ style on shadow tree.
37 PASS backgroundColorOf('host_open_open/div1') is "rgba(0, 0, 0, 0)"
38 PASS backgroundColorOf('host_open_open/div1/div2') is "rgba(0, 0, 0, 0)"
39 PASS backgroundColorOf('host_open_open/div1b') is "rgb(0, 0, 255)"
40 PASS backgroundColorOf('host_open_closed/div3') is "rgba(0, 0, 0, 0)"
41 PASS backgroundColorOf('host_open_closed/div3/div4') is "rgba(0, 0, 0, 0)"
42 PASS backgroundColorOf('host_open_closed/div3b') is "rgb(0, 0, 255)"
43 PASS backgroundColorOf('host_closed_open/div5') is "rgba(0, 0, 0, 0)"
44 PASS backgroundColorOf('host_closed_open/div5/div6') is "rgba(0, 0, 0, 0)"
45 PASS backgroundColorOf('host_closed_open/div5b') is "rgb(0, 0, 255)"
46 PASS backgroundColorOf('host_closed_closed/div7') is "rgba(0, 0, 0, 0)"
47 PASS backgroundColorOf('host_closed_closed/div7/div8') is "rgba(0, 0, 0, 0)"
48 PASS backgroundColorOf('host_closed_closed/div7b') is "rgb(0, 0, 255)"
49 (4/6) ::shadow style on shadow tree.
50 PASS backgroundColorOf('host_open_open/div1') is "rgba(0, 0, 0, 0)"
51 PASS backgroundColorOf('host_open_open/div1/div2') is "rgba(0, 0, 0, 0)"
52 PASS backgroundColorOf('host_open_open/div1b') is "rgba(0, 0, 0, 0)"
53 PASS backgroundColorOf('host_open_closed/div3') is "rgba(0, 0, 0, 0)"
54 PASS backgroundColorOf('host_open_closed/div3/div4') is "rgba(0, 0, 0, 0)"
55 PASS backgroundColorOf('host_open_closed/div3b') is "rgba(0, 0, 0, 0)"
56 PASS backgroundColorOf('host_closed_open/div5') is "rgba(0, 0, 0, 0)"
57 PASS backgroundColorOf('host_closed_open/div5/div6') is "rgba(0, 0, 0, 0)"
58 PASS backgroundColorOf('host_closed_open/div5b') is "rgba(0, 0, 0, 0)"
59 PASS backgroundColorOf('host_closed_closed/div7') is "rgba(0, 0, 0, 0)"
60 PASS backgroundColorOf('host_closed_closed/div7/div8') is "rgba(0, 0, 0, 0)"
61 PASS backgroundColorOf('host_closed_closed/div7b') is "rgba(0, 0, 0, 0)"
62 (5/6) /deep/ selector in querySelectorAll()
63 PASS host_open_open.querySelectorAll("div /deep/ div").length is 0
64 PASS host_open_closed.querySelectorAll("div /deep/ div").length is 0
65 PASS host_closed_open.querySelectorAll("div /deep/ div").length is 0
66 PASS host_closed_closed.querySelectorAll("div /deep/ div").length is 0
67 PASS results.length is 1
68 PASS node.id is "div1b"
69 PASS results.length is 1
70 PASS node.id is "div3b"
71 PASS results.length is 1
72 PASS node.id is "div5b"
73 PASS results.length is 1
74 PASS node.id is "div7b"
75 (6/6) ::shadow selector in querySelectorAll()
76 PASS host_open_open.querySelectorAll("div::shadow div").length is 0
77 PASS host_open_closed.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
80 PASS div1.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
83 PASS div7.querySelectorAll("div::shadow div").length is 0
84 PASS successfullyParsed is true
85
86 TEST COMPLETE
87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698