| OLD | NEW |
| 1 Event.composedPath() should include only unclosed nodes. | 1 Event.composedPath() should include only unclosed nodes. |
| 2 The full event path should be (length=12): | 2 The full event path should be (length=12): |
| 3 div#target, #shadow-root (open), div#div3_open, #shadow-root (closed), | 3 div#target, #shadow-root (open), div#div3_open, #shadow-root (closed), |
| 4 div#div2_closed, #shadow-root (open), div#host_open, div#host_closed, | 4 div#div2_closed, #shadow-root (open), div#host_open, div#host_closed, |
| 5 body, html, #document, window | 5 body, html, #document, window |
| 6 | 6 |
| 7 On #host_closed, #host_open, and #div2_closed, | 7 On #host_closed, #host_open, and #div2_closed, |
| 8 div#target, #shadow-root (open), div#div3_open, #shadow-root (closed) | 8 div#target, #shadow-root (open), div#div3_open, #shadow-root (closed) |
| 9 will be trimmed (length=8). | 9 will be trimmed (length=8). |
| 10 | 10 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 Got event.composedPath() for #div3_open: | 25 Got event.composedPath() for #div3_open: |
| 26 #target, [object ShadowRoot], #div3_open, [object ShadowRoot], #div2_closed, [ob
ject ShadowRoot], #host_open, #host_closed, [object HTMLBodyElement], [object HT
MLHtmlElement], [object HTMLDocument], [object Window], length: 12 | 26 #target, [object ShadowRoot], #div3_open, [object ShadowRoot], #div2_closed, [ob
ject ShadowRoot], #host_open, #host_closed, [object HTMLBodyElement], [object HT
MLHtmlElement], [object HTMLDocument], [object Window], length: 12 |
| 27 | 27 |
| 28 Dispaching a click event on #target, listening on #target. | 28 Dispaching a click event on #target, listening on #target. |
| 29 Got event.composedPath() for #target: | 29 Got event.composedPath() for #target: |
| 30 #target, [object ShadowRoot], #div3_open, [object ShadowRoot], #div2_closed, [ob
ject ShadowRoot], #host_open, #host_closed, [object HTMLBodyElement], [object HT
MLHtmlElement], [object HTMLDocument], [object Window], length: 12 | 30 #target, [object ShadowRoot], #div3_open, [object ShadowRoot], #div2_closed, [ob
ject ShadowRoot], #host_open, #host_closed, [object HTMLBodyElement], [object HT
MLHtmlElement], [object HTMLDocument], [object Window], length: 12 |
| 31 PASS successfullyParsed is true | 31 PASS successfullyParsed is true |
| 32 | 32 |
| 33 TEST COMPLETE | 33 TEST COMPLETE |
| 34 | 34 |
| OLD | NEW |