| OLD | NEW |
| (Empty) |
| 1 Event.path should include only unclosed nodes. | |
| 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, #open_shadow_in_open_shadow, #inner_open, #open_shadow, #host_open
, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [ob
ject 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, #open_shadow_in_closed_shadow, #inner_closed, #closed_shadow, #h
ost_closed, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocu
ment], [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, #open_shadow_in_open_shadow, #inner_open, #open_shadow, #host_open
, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [ob
ject 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 |