OLD | NEW |
1 | 1 |
2 | 2 |
3 Composed Shadow Tree will be: | 3 Composed Shadow Tree will be: |
4 DIV id=sandbox | 4 DIV id=sandbox |
5 DIV id=top | 5 DIV id=top |
6 DIV id=shadow-host | 6 DIV id=shadow-host |
7 #text | 7 #text |
8 | 8 |
9 | 9 |
10 Moving mouse from a direct child text node of the shadow root to top | 10 Moving mouse from a direct child text node of the shadow root to top |
11 | 11 |
12 mouseout | 12 mouseout |
13 @shadow-root (target: shadow-root) (related: top) | |
14 @shadow-host (target: shadow-host) (related: top) | 13 @shadow-host (target: shadow-host) (related: top) |
15 @top (target: shadow-host) (related: top) | 14 @top (target: shadow-host) (related: top) |
16 | 15 |
17 mouseover | 16 mouseover |
18 @top (target: top) (related: shadow-host) | 17 @top (target: top) (related: shadow-host) |
19 | 18 |
20 touchstart | 19 touchstart |
21 @shadow-root (target: shadow-root) (touches: shadow-root) (targetTouches: s
hadow-root) (changedTouches: shadow-root) | |
22 @shadow-host (target: shadow-host) (touches: shadow-host) (targetTouches: s
hadow-host) (changedTouches: shadow-host) | 20 @shadow-host (target: shadow-host) (touches: shadow-host) (targetTouches: s
hadow-host) (changedTouches: shadow-host) |
23 @top (target: shadow-host) (touches: shadow-host) (targetTouches: shadow-ho
st) (changedTouches: shadow-host) | 21 @top (target: shadow-host) (touches: shadow-host) (targetTouches: shadow-ho
st) (changedTouches: shadow-host) |
24 | 22 |
25 mousewheel | 23 mousewheel |
26 @shadow-root (target: shadow-root) | |
27 @shadow-host (target: shadow-host) | 24 @shadow-host (target: shadow-host) |
28 @top (target: shadow-host) | 25 @top (target: shadow-host) |
29 PASS successfullyParsed is true | 26 PASS successfullyParsed is true |
30 | 27 |
31 TEST COMPLETE | 28 TEST COMPLETE |
32 | 29 |
OLD | NEW |