OLD | NEW |
1 Text Node | 1 Text Node |
2 | 2 |
3 | 3 |
4 Composed Shadow Tree will be: | 4 Composed Shadow Tree will be: |
5 DIV id=sandbox | 5 DIV id=sandbox |
6 DIV id=top | 6 DIV id=top |
7 DIV id=shadow-host | 7 DIV id=shadow-host |
8 » » » #text» | 8 » » » DIV» id=content-parent |
| 9 » » » » #text» |
9 | 10 |
10 | 11 |
11 Moving mouse from a distributed text node to top | 12 Moving mouse from a distributed text node to top |
12 | 13 |
13 mouseout | 14 mouseout |
14 @content (target: content) (related: top) | 15 @content-parent (target: content-parent) (related: top) |
15 @shadow-root (target: content) (related: top) | 16 @shadow-root (target: content-parent) (related: top) |
16 @shadow-host (target: shadow-host) (related: top) | 17 @shadow-host (target: shadow-host) (related: top) |
17 @top (target: shadow-host) (related: top) | 18 @top (target: shadow-host) (related: top) |
18 | 19 |
19 mouseover | 20 mouseover |
20 @top (target: top) (related: shadow-host) | 21 @top (target: top) (related: shadow-host) |
21 | 22 |
22 mousewheel | 23 mousewheel |
23 @content (target: content) | 24 @content-parent (target: content-parent) |
24 @shadow-root (target: content) | 25 @shadow-root (target: content-parent) |
25 @shadow-host (target: shadow-host) | 26 @shadow-host (target: shadow-host) |
26 @top (target: shadow-host) | 27 @top (target: shadow-host) |
27 | 28 |
28 touchstart | 29 touchstart |
29 @content (target: content) (touches: content) (targetTouches: content) (cha
ngedTouches: content) | 30 @content-parent (target: content-parent) (touches: content-parent) (targetT
ouches: content-parent) (changedTouches: content-parent) |
30 @shadow-root (target: content) (touches: content) (targetTouches: content)
(changedTouches: content) | 31 @shadow-root (target: content-parent) (touches: content-parent) (targetTouc
hes: content-parent) (changedTouches: content-parent) |
31 @shadow-host (target: shadow-host) (touches: shadow-host) (targetTouches: s
hadow-host) (changedTouches: shadow-host) | 32 @shadow-host (target: shadow-host) (touches: shadow-host) (targetTouches: s
hadow-host) (changedTouches: shadow-host) |
32 @top (target: shadow-host) (touches: shadow-host) (targetTouches: shadow-ho
st) (changedTouches: shadow-host) | 33 @top (target: shadow-host) (touches: shadow-host) (targetTouches: shadow-ho
st) (changedTouches: shadow-host) |
33 PASS successfullyParsed is true | 34 PASS successfullyParsed is true |
34 | 35 |
35 TEST COMPLETE | 36 TEST COMPLETE |
36 | 37 |
OLD | NEW |