| 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 DETAILS id=details | 6 DETAILS id=details |
| 7 SUMMARY id=summary | 7 SUMMARY id=summary |
| 8 DIV id=details-marker | 8 DIV id=details-marker |
| 9 DIV id=details-content | 9 DIV id=details-content |
| 10 | 10 |
| 11 | 11 |
| 12 Moving mouse from details to summary | 12 Moving mouse from details to summary |
| 13 | 13 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 27 @details (target: summary) (related: details) | 27 @details (target: summary) (related: details) |
| 28 @top (target: summary) (related: details) | 28 @top (target: summary) (related: details) |
| 29 | 29 |
| 30 mouseover | 30 mouseover |
| 31 @details (target: details) (related: summary) | 31 @details (target: details) (related: summary) |
| 32 @top (target: details) (related: summary) | 32 @top (target: details) (related: summary) |
| 33 PASS successfullyParsed is true | 33 PASS successfullyParsed is true |
| 34 | 34 |
| 35 TEST COMPLETE | 35 TEST COMPLETE |
| 36 | 36 |
| OLD | NEW |