| OLD | NEW |
| 1 | 1 |
| 2 | 2 |
| 3 Composed Shadow Tree will be: | 3 Flat 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 DIV id=distributed-light-child | 7 DIV id=distributed-light-child |
| 8 DIV id=shadow-root-child | 8 DIV id=shadow-root-child |
| 9 | 9 |
| 10 | 10 |
| 11 Moving mouse from shadow-host to shadow-host/shadow-root-child | 11 Moving mouse from shadow-host to shadow-host/shadow-root-child |
| 12 | 12 |
| 13 mouseout | 13 mouseout |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 | 76 |
| 77 mouseover | 77 mouseover |
| 78 @shadow-root-child (target: shadow-root-child) (related: distributed-light-
child) | 78 @shadow-root-child (target: shadow-root-child) (related: distributed-light-
child) |
| 79 @shadow-root (target: shadow-root-child) (related: distributed-light-child) | 79 @shadow-root (target: shadow-root-child) (related: distributed-light-child) |
| 80 @shadow-host (target: shadow-host) (related: distributed-light-child) | 80 @shadow-host (target: shadow-host) (related: distributed-light-child) |
| 81 @top (target: shadow-host) (related: distributed-light-child) | 81 @top (target: shadow-host) (related: distributed-light-child) |
| 82 PASS successfullyParsed is true | 82 PASS successfullyParsed is true |
| 83 | 83 |
| 84 TEST COMPLETE | 84 TEST COMPLETE |
| 85 | 85 |
| OLD | NEW |