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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection-expected.txt

Issue 1675193002: Rename 'composed tree' to 'flat tree' in the layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: Calling Element.createShadowRoot() for an element which already hosts a shadow root is deprecated. See https://www.chromestatus.com/features/46 68884095336448 for more details.
2 Tests for Composed Shadow DOM Tree Traversal APIs. Can only run within DRT
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 Multiple shadow root without shadow element
8 Composed Shadow Tree:
9 #a
10 #c
11
12 Traverse in forward.
13 #a
14 #c
15 Traverse in backward.
16 #c
17 #a
18
19 Multiple shadow root with shadow element
20 Composed Shadow Tree:
21 #a
22 #c
23 #b
24 #e
25
26 Traverse in forward.
27 #a
28 #c
29 #b
30 #e
31 Traverse in backward.
32 #e
33 #b
34 #c
35 #a
36
37 Multiple shadow root with shadow element, case 2
38 Composed Shadow Tree:
39 #a
40 #f
41 #c
42 #b
43 #e
44 #h
45
46 Traverse in forward.
47 #a
48 #f
49 #c
50 #b
51 #e
52 #h
53 Traverse in backward.
54 #h
55 #e
56 #b
57 #c
58 #f
59 #a
60
61 shadow reprojection
62 Composed Shadow Tree:
63 #a
64 #b
65 #d
66 #a-child
67 #f
68
69 Traverse in forward.
70 #a
71 #b
72 #d
73 #a-child
74 #f
75 Traverse in backward.
76 #f
77 #a-child
78 #d
79 #b
80 #a
81
82 shadow reprojection, take 2
83 Composed Shadow Tree:
84 #a
85 #d
86 #f
87 #b
88 #h
89
90 Traverse in forward.
91 #a
92 #d
93 #f
94 #b
95 #h
96 Traverse in backward.
97 #h
98 #b
99 #f
100 #d
101 #a
102
103 Ignore shadow fallback elements
104 Composed Shadow Tree:
105 #a
106 #i
107 #k
108 #c
109 #b
110 #f
111 #g
112 #h
113 #m
114
115 Traverse in forward.
116 #a
117 #i
118 #k
119 #c
120 #b
121 #f
122 #g
123 #h
124 #m
125 Traverse in backward.
126 #m
127 #h
128 #g
129 #f
130 #b
131 #c
132 #k
133 #i
134 #a
135
136 with inactive insertion points
137 Composed Shadow Tree:
138 #a
139 #s
140 #u
141 #f
142 #b
143 #c
144 #d
145 #e
146 #l
147 #m
148 #n
149 #w
150
151 Traverse in forward.
152 #a
153 #s
154 #u
155 #f
156 #b
157 #c
158 #d
159 #e
160 #l
161 #m
162 #n
163 #w
164 Traverse in backward.
165 #w
166 #n
167 #m
168 #l
169 #e
170 #d
171 #c
172 #b
173 #f
174 #u
175 #s
176 #a
177
178 PASS successfullyParsed is true
179
180 TEST COMPLETE
181
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698