OLD | NEW |
1 Tests to ensure that shadow DOM boundary is not crossed during event propagation
. Can only run within DRT. | 1 Tests to ensure that shadow DOM boundary is not crossed during event propagation
. Can only run within DRT. |
2 | 2 |
3 See bug 46015 for details. | 3 See bug 46015 for details. |
4 | 4 |
5 Mutation events should not propagate out of the shadow DOM: PASS | 5 Mutation events should not propagate out of the shadow DOM: PASS |
6 Events for default event handler should also be retargeted: PASS | 6 Label should look beyond shadow boundary to detect if it encloses its associated
element: PASS |
| 7 Events for default event handler should not be retargeted: PASS |
7 Other events should be retargeted: PASS | 8 Other events should be retargeted: PASS |
8 After event dispatch, the event object should not reveal shadow DOM: PASS | 9 After event dispatch, the event object should not reveal shadow DOM: PASS |
9 Focusing same shadow DOM element repeatedly should not trigger multiple focus/bl
ur events: PASS | 10 Focusing same shadow DOM element repeatedly should not trigger multiple focus/bl
ur events: PASS |
OLD | NEW |