|
131 | 131 | r_l.focus();
|
132 | 132 |
|
133 | 133 | assert.equal(doc.activeElement, r_l);
|
134 |
| - assert.equal(r.shadowRoot.activeElement, r_l); |
| 134 | + assert.equal(r.shadowRoot.activeElement, null); |
135 | 135 | assert.equal(r_0.shadowRoot.activeElement, null);
|
136 | 136 | assert.equal(r_0_0.shadowRoot.activeElement, null);
|
137 | 137 | assert.equal(r_0_1.shadowRoot.activeElement, null);
|
|
158 | 158 |
|
159 | 159 | assert.equal(doc.activeElement, r);
|
160 | 160 | assert.equal(r.shadowRoot.activeElement, r_0_l);
|
161 |
| - assert.equal(r_0.shadowRoot.activeElement, r_0_l); |
| 161 | + assert.equal(r_0.shadowRoot.activeElement, null); |
162 | 162 | assert.equal(r_0_0.shadowRoot.activeElement, null);
|
163 | 163 | assert.equal(r_0_1.shadowRoot.activeElement, null);
|
164 | 164 | assert.equal(r_1.shadowRoot.activeElement, null);
|
|
185 | 185 | assert.equal(doc.activeElement, r);
|
186 | 186 | assert.equal(r.shadowRoot.activeElement, r_0);
|
187 | 187 | assert.equal(r_0.shadowRoot.activeElement, r_0_0_l);
|
188 |
| - assert.equal(r_0_0.shadowRoot.activeElement, r_0_0_l); |
| 188 | + assert.equal(r_0_0.shadowRoot.activeElement, null); |
189 | 189 | assert.equal(r_0_1.shadowRoot.activeElement, null);
|
190 | 190 | assert.equal(r_1.shadowRoot.activeElement, null);
|
191 | 191 | assert.equal(r_1_0.shadowRoot.activeElement, null);
|
|
212 | 212 | assert.equal(r.shadowRoot.activeElement, r_0);
|
213 | 213 | assert.equal(r_0.shadowRoot.activeElement, r_0_1_l);
|
214 | 214 | assert.equal(r_0_0.shadowRoot.activeElement, null);
|
215 |
| - assert.equal(r_0_1.shadowRoot.activeElement, r_0_1_l); |
| 215 | + assert.equal(r_0_1.shadowRoot.activeElement, null); |
216 | 216 | assert.equal(r_1.shadowRoot.activeElement, null);
|
217 | 217 | assert.equal(r_1_0.shadowRoot.activeElement, null);
|
218 | 218 | assert.equal(r_1_1.shadowRoot.activeElement, null);
|
|
239 | 239 | assert.equal(r_0.shadowRoot.activeElement, null);
|
240 | 240 | assert.equal(r_0_0.shadowRoot.activeElement, null);
|
241 | 241 | assert.equal(r_0_1.shadowRoot.activeElement, null);
|
242 |
| - assert.equal(r_1.shadowRoot.activeElement, r_1_l); |
| 242 | + assert.equal(r_1.shadowRoot.activeElement, null); |
243 | 243 | assert.equal(r_1_0.shadowRoot.activeElement, null);
|
244 | 244 | assert.equal(r_1_1.shadowRoot.activeElement, null);
|
245 | 245 | });
|
|
252 | 252 | assert.equal(r_0.shadowRoot.activeElement, null);
|
253 | 253 | assert.equal(r_0_0.shadowRoot.activeElement, null);
|
254 | 254 | assert.equal(r_0_1.shadowRoot.activeElement, null);
|
255 |
| - assert.equal(r_1.shadowRoot.activeElement, r_1_l); |
| 255 | + assert.equal(r_1.shadowRoot.activeElement, null); |
256 | 256 | assert.equal(r_1_l.shadowRoot.activeElement, r_1_l_0);
|
257 | 257 | assert.equal(r_1_0.shadowRoot.activeElement, null);
|
258 | 258 | assert.equal(r_1_1.shadowRoot.activeElement, null);
|
|
266 | 266 | assert.equal(r_0.shadowRoot.activeElement, null);
|
267 | 267 | assert.equal(r_0_0.shadowRoot.activeElement, null);
|
268 | 268 | assert.equal(r_0_1.shadowRoot.activeElement, null);
|
269 |
| - assert.equal(r_1.shadowRoot.activeElement, r_1_l); |
| 269 | + assert.equal(r_1.shadowRoot.activeElement, null); |
270 | 270 | assert.equal(r_1_l.shadowRoot.activeElement, r_1_l_1);
|
271 | 271 | assert.equal(r_1_0.shadowRoot.activeElement, null);
|
272 | 272 | assert.equal(r_1_1.shadowRoot.activeElement, null);
|
|
294 | 294 | assert.equal(r_0_0.shadowRoot.activeElement, null);
|
295 | 295 | assert.equal(r_0_1.shadowRoot.activeElement, null);
|
296 | 296 | assert.equal(r_1.shadowRoot.activeElement, r_1_0_l);
|
297 |
| - assert.equal(r_1_0.shadowRoot.activeElement, r_1_0_l); |
| 297 | + assert.equal(r_1_0.shadowRoot.activeElement, null); |
298 | 298 | assert.equal(r_1_1.shadowRoot.activeElement, null);
|
299 | 299 | });
|
300 | 300 |
|
|
321 | 321 | assert.equal(r_0_1.shadowRoot.activeElement, null);
|
322 | 322 | assert.equal(r_1.shadowRoot.activeElement, r_1_1_l);
|
323 | 323 | assert.equal(r_1_0.shadowRoot.activeElement, null);
|
324 |
| - assert.equal(r_1_1.shadowRoot.activeElement, r_1_1_l); |
| 324 | + assert.equal(r_1_1.shadowRoot.activeElement, null); |
325 | 325 | });
|
326 | 326 | });
|
327 | 327 |
|
|
0 commit comments