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

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

Issue 137993003: Revert the feature of the <shadow> element as 'a function call' to the previous behavior. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update LayoutTests/TestExpectations Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
1 Tests for Composed Shadow DOM Tree Traversal APIs. Can only run within DRT 1 Tests for Composed Shadow DOM Tree Traversal APIs. Can only run within DRT
2 2
3 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 ".
4 4
5 5
6 Multiple shadow root without shadow element 6 Multiple shadow root without shadow element
7 Composed Shadow Tree: 7 Composed Shadow Tree:
8 #a 8 #a
9 #c 9 #c
10 10
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 #f 92 #f
93 #b 93 #b
94 #h 94 #h
95 Traverse in backward. 95 Traverse in backward.
96 #h 96 #h
97 #b 97 #b
98 #f 98 #f
99 #d 99 #d
100 #a 100 #a
101 101
102 shadow fallback element reprojection 102 Ignore shadow fallback elements
103 Composed Shadow Tree: 103 Composed Shadow Tree:
104 #a 104 #a
105 #i 105 #i
106 #k 106 #k
107 #c 107 #c
108 » » #e 108 » » #b
109 #f 109 #f
110 #g 110 #g
111 #h 111 #h
112 #m 112 #m
113 113
114 Traverse in forward. 114 Traverse in forward.
115 #a 115 #a
116 #i 116 #i
117 #k 117 #k
118 #c 118 #c
119 #e 119 #b
120 #f 120 #f
121 #g 121 #g
122 #h 122 #h
123 #m 123 #m
124 Traverse in backward. 124 Traverse in backward.
125 #m 125 #m
126 #h 126 #h
127 #g 127 #g
128 #f 128 #f
129 #e 129 #b
130 #c 130 #c
131 #k 131 #k
132 #i 132 #i
133 #a 133 #a
134 134
135 with inactive insertion points 135 with inactive insertion points
136 Composed Shadow Tree: 136 Composed Shadow Tree:
137 #a 137 #a
138 #s 138 #s
139 #u 139 #u
140 #f 140 #f
141 #b 141 #b
142 #c 142 #c
143 #d 143 #d
144 #e 144 #e
145 #l 145 #l
146 #m 146 #m
147 #n 147 #n
148 #q
149 #r
150 #w 148 #w
151 149
152 Traverse in forward. 150 Traverse in forward.
153 #a 151 #a
154 #s 152 #s
155 #u 153 #u
156 #f 154 #f
157 #b 155 #b
158 #c 156 #c
159 #d 157 #d
160 #e 158 #e
161 #l 159 #l
162 #m 160 #m
163 #n 161 #n
164 #q
165 #r
166 #w 162 #w
167 Traverse in backward. 163 Traverse in backward.
168 #w 164 #w
169 #r
170 #q
171 #n 165 #n
172 #m 166 #m
173 #l 167 #l
174 #e 168 #e
175 #d 169 #d
176 #c 170 #c
177 #b 171 #b
178 #f 172 #f
179 #u 173 #u
180 #s 174 #s
181 #a 175 #a
182 176
183 PASS successfullyParsed is true 177 PASS successfullyParsed is true
184 178
185 TEST COMPLETE 179 TEST COMPLETE
186 180
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698