| OLD | NEW |
| 1 Tests to ensure that event dispatching behaves as the Shadow DOM spec describes. | 1 Tests to ensure that event dispatching behaves as the Shadow DOM spec describes. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 Composed Shadow Tree will be: | 8 Composed Shadow Tree will be: |
| 9 DIV id=sandbox | 9 DIV id=sandbox |
| 10 DIV id=top | 10 DIV id=top |
| 11 DIV id=A | 11 DIV id=A |
| 12 DIV id=B | 12 DIV id=B |
| 13 DIV id=D | 13 DIV id=D |
| 14 DIV id=F | 14 DIV id=F |
| 15 | 15 |
| 16 | 16 |
| 17 Moving mouse from B to A | 17 Moving mouse from B to A |
| 18 | 18 |
| 19 mouseout | 19 mouseout |
| 20 @B (target: B) (related: A) | 20 @B (target: B) (related: A) |
| 21 @EC (target: B) (related: A) | |
| 22 @C (target: B) (related: A) | 21 @C (target: B) (related: A) |
| 23 @older-shadow-root (target: B) (related: A) | 22 @older-shadow-root (target: B) (related: A) |
| 24 @E (target: B) (related: A) | 23 @E (target: B) (related: A) |
| 25 @younger-shadow-root (target: B) (related: A) | 24 @younger-shadow-root (target: B) (related: A) |
| 26 @A (target: B) (related: A) | 25 @A (target: B) (related: A) |
| 27 @top (target: B) (related: A) | 26 @top (target: B) (related: A) |
| 28 | 27 |
| 29 mouseover | 28 mouseover |
| 30 @A (target: A) (related: B) | 29 @A (target: A) (related: B) |
| 31 @top (target: A) (related: B) | 30 @top (target: A) (related: B) |
| 32 | 31 |
| 33 Moving mouse from A/D to A//F | 32 Moving mouse from A/D to A//F |
| 34 | 33 |
| 35 mouseout | 34 mouseout |
| 36 | 35 |
| 37 mouseover | 36 mouseover |
| 38 | 37 |
| 39 Moving mouse from B to A//F | 38 Moving mouse from B to A//F |
| 40 | 39 |
| 41 mouseout | 40 mouseout |
| 42 | 41 |
| 43 mouseover | 42 mouseover |
| 43 |
| 44 Click A/D |
| 45 |
| 46 click |
| 47 @D (target: D) |
| 48 @older-shadow-root (target: D) |
| 49 @E (target: E) |
| 50 @younger-shadow-root (target: E) |
| 51 @A (target: A) |
| 52 @top (target: A) |
| 44 PASS successfullyParsed is true | 53 PASS successfullyParsed is true |
| 45 | 54 |
| 46 TEST COMPLETE | 55 TEST COMPLETE |
| 47 | 56 |
| OLD | NEW |