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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/flat-tree-traversal-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
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. 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 2 Tests for Composed Shadow DOM Tree Traversal APIs. Can only run within DRT
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 Multiple shadow root without shadow element 7 Multiple shadow root without shadow element
8 Composed Shadow Tree: 8 Flat Tree:
9 #a 9 #a
10 #c 10 #c
11 11
12 Traverse in forward. 12 Traverse in forward.
13 #a 13 #a
14 #c 14 #c
15 Traverse in backward. 15 Traverse in backward.
16 #c 16 #c
17 #a 17 #a
18 18
19 Multiple shadow root with shadow element 19 Multiple shadow root with shadow element
20 Composed Shadow Tree: 20 Flat Tree:
21 #a 21 #a
22 #c 22 #c
23 #b 23 #b
24 #e 24 #e
25 25
26 Traverse in forward. 26 Traverse in forward.
27 #a 27 #a
28 #c 28 #c
29 #b 29 #b
30 #e 30 #e
31 Traverse in backward. 31 Traverse in backward.
32 #e 32 #e
33 #b 33 #b
34 #c 34 #c
35 #a 35 #a
36 36
37 Multiple shadow root with shadow element, case 2 37 Multiple shadow root with shadow element, case 2
38 Composed Shadow Tree: 38 Flat Tree:
39 #a 39 #a
40 #f 40 #f
41 #c 41 #c
42 #b 42 #b
43 #e 43 #e
44 #h 44 #h
45 45
46 Traverse in forward. 46 Traverse in forward.
47 #a 47 #a
48 #f 48 #f
49 #c 49 #c
50 #b 50 #b
51 #e 51 #e
52 #h 52 #h
53 Traverse in backward. 53 Traverse in backward.
54 #h 54 #h
55 #e 55 #e
56 #b 56 #b
57 #c 57 #c
58 #f 58 #f
59 #a 59 #a
60 60
61 shadow reprojection 61 shadow reprojection
62 Composed Shadow Tree: 62 Flat Tree:
63 #a 63 #a
64 #b 64 #b
65 #d 65 #d
66 #a-child 66 #a-child
67 #f 67 #f
68 68
69 Traverse in forward. 69 Traverse in forward.
70 #a 70 #a
71 #b 71 #b
72 #d 72 #d
73 #a-child 73 #a-child
74 #f 74 #f
75 Traverse in backward. 75 Traverse in backward.
76 #f 76 #f
77 #a-child 77 #a-child
78 #d 78 #d
79 #b 79 #b
80 #a 80 #a
81 81
82 shadow reprojection, take 2 82 shadow reprojection, take 2
83 Composed Shadow Tree: 83 Flat Tree:
84 #a 84 #a
85 #d 85 #d
86 #f 86 #f
87 #b 87 #b
88 #h 88 #h
89 89
90 Traverse in forward. 90 Traverse in forward.
91 #a 91 #a
92 #d 92 #d
93 #f 93 #f
94 #b 94 #b
95 #h 95 #h
96 Traverse in backward. 96 Traverse in backward.
97 #h 97 #h
98 #b 98 #b
99 #f 99 #f
100 #d 100 #d
101 #a 101 #a
102 102
103 Ignore shadow fallback elements 103 Ignore shadow fallback elements
104 Composed Shadow Tree: 104 Flat Tree:
105 #a 105 #a
106 #i 106 #i
107 #k 107 #k
108 #c 108 #c
109 #b 109 #b
110 #f 110 #f
111 #g 111 #g
112 #h 112 #h
113 #m 113 #m
114 114
(...skipping 12 matching lines...) Expand all
127 #h 127 #h
128 #g 128 #g
129 #f 129 #f
130 #b 130 #b
131 #c 131 #c
132 #k 132 #k
133 #i 133 #i
134 #a 134 #a
135 135
136 with inactive insertion points 136 with inactive insertion points
137 Composed Shadow Tree: 137 Flat Tree:
138 #a 138 #a
139 #s 139 #s
140 #u 140 #u
141 #f 141 #f
142 #b 142 #b
143 #c 143 #c
144 #d 144 #d
145 #e 145 #e
146 #l 146 #l
147 #m 147 #m
(...skipping 24 matching lines...) Expand all
172 #b 172 #b
173 #f 173 #f
174 #u 174 #u
175 #s 175 #s
176 #a 176 #a
177 177
178 PASS successfullyParsed is true 178 PASS successfullyParsed is true
179 179
180 TEST COMPLETE 180 TEST COMPLETE
181 181
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698