OLD | NEW |
(Empty) | |
| 1 Event.path should include only unclosed elements. |
| 2 |
| 3 Dispaching a click event on #target_open, listening on #target_open. |
| 4 PASS eventPath.length is 9 |
| 5 |
| 6 event.path for #target_open: |
| 7 #target_open, [object ShadowRoot], #inner_open, [object ShadowRoot], #host_open,
[object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [obj
ect Window], length: 9 |
| 8 |
| 9 Dispaching a click event on #target_closed, listening on #target_closed. |
| 10 PASS eventPath.length is 9 |
| 11 |
| 12 event.path for #target_closed: |
| 13 #target_closed, [object ShadowRoot], #inner_closed, [object ShadowRoot], #host_c
losed, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument]
, [object Window], length: 9 |
| 14 |
| 15 Dispaching a click event on #target_open, listening on document.body. |
| 16 PASS eventPath.length is 9 |
| 17 |
| 18 event.path for #target_open: |
| 19 #target_open, [object ShadowRoot], #inner_open, [object ShadowRoot], #host_open,
[object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [obj
ect Window], length: 9 |
| 20 |
| 21 Dispaching a click event on #target_closed, listening on document.body. |
| 22 PASS eventPath.length is 5 |
| 23 |
| 24 event.path for #target_closed: |
| 25 #host_closed, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDo
cument], [object Window], length: 5 |
| 26 PASS successfullyParsed is true |
| 27 |
| 28 TEST COMPLETE |
| 29 |
OLD | NEW |