| OLD | NEW |
| 1 CONSOLE MESSAGE: DOMSubtreeModified is deprecated. Use MutationObservers instead
. | |
| 2 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. |
| 3 | 2 |
| 4 See bug 46015 for details. | 3 See bug 46015 for details. |
| 5 | 4 |
| 6 Mutation events should not propagate out of the shadow DOM: PASS | 5 Mutation events should not propagate out of the shadow DOM: PASS |
| 7 The selectstart event should not propagate out of the shadow DOM: PASS | 6 The selectstart event should not propagate out of the shadow DOM: PASS |
| 8 The mouseover/mouseout event between two elements inside the same shadow subtree
should not propagate out of the shadow DOM: PASS | 7 The mouseover/mouseout event between two elements inside the same shadow subtree
should not propagate out of the shadow DOM: PASS |
| 9 The mouseover event in a shadow subtree, where related target is the tree host s
hould not escape out of shadow DOM: PASS | 8 The mouseover event in a shadow subtree, where related target is the tree host s
hould not escape out of shadow DOM: PASS |
| 10 Events with relatedTarget should not escape out of shadow subtree when its host
is the target: PASS | 9 Events with relatedTarget should not escape out of shadow subtree when its host
is the target: PASS |
| 11 The mouseover/mouseout event on a shadow subtree host should propagate out of th
e shadow DOM: PASS | 10 The mouseover/mouseout event on a shadow subtree host should propagate out of th
e shadow DOM: PASS |
| 12 Label should look beyond shadow boundary to detect if it encloses its associated
element: PASS | 11 Label should look beyond shadow boundary to detect if it encloses its associated
element: PASS |
| 13 Event's relatedTarget should be retargeted: PASS | 12 Event's relatedTarget should be retargeted: PASS |
| 14 Other events should be retargeted: PASS | 13 Other events should be retargeted: PASS |
| 15 After event dispatch, the event object should not reveal shadow DOM: PASS | 14 After event dispatch, the event object should not reveal shadow DOM: PASS |
| 16 Focusing same shadow DOM element repeatedly should not trigger multiple focus/bl
ur events: PASS | 15 Focusing same shadow DOM element repeatedly should not trigger multiple focus/bl
ur events: PASS |
| OLD | NEW |