| Index: third_party/WebKit/LayoutTests/shadow-dom/event-deeppath-closed-shadowroot2-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/shadow-dom/event-path-closed-shadowroot2-expected.txt b/third_party/WebKit/LayoutTests/shadow-dom/event-deeppath-closed-shadowroot2-expected.txt
|
| similarity index 87%
|
| rename from third_party/WebKit/LayoutTests/shadow-dom/event-path-closed-shadowroot2-expected.txt
|
| rename to third_party/WebKit/LayoutTests/shadow-dom/event-deeppath-closed-shadowroot2-expected.txt
|
| index 0d65da5c8c12c736d4f3a609e26565e89610430c..a1001fe2183e1d1254e1b0a100ebf43afa2103d9 100644
|
| --- a/third_party/WebKit/LayoutTests/shadow-dom/event-path-closed-shadowroot2-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/shadow-dom/event-deeppath-closed-shadowroot2-expected.txt
|
| @@ -1,4 +1,4 @@
|
| -Event.path should include only unclosed nodes.
|
| +Event.deepPath() should include only unclosed nodes.
|
| The full event path should be (length=12):
|
| div#target, #shadow-root (open), div#div3_open, #shadow-root (closed),
|
| div#div2_closed, #shadow-root (open), div#host_open, div#host_closed,
|
| @@ -10,23 +10,23 @@ will be trimmed (length=8).
|
|
|
|
|
| Dispaching a click event on #target, listening on #host_closed.
|
| -Got event.path for #host_closed:
|
| +Got event.deepPath() for #host_closed:
|
| #div2_closed, [object ShadowRoot], #host_open, #host_closed, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 8
|
|
|
| Dispaching a click event on #target, listening on #host_open.
|
| -Got event.path for #host_open:
|
| +Got event.deepPath() for #host_open:
|
| #div2_closed, [object ShadowRoot], #host_open, #host_closed, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 8
|
|
|
| Dispaching a click event on #target, listening on #div2_closed.
|
| -Got event.path for #div2_closed:
|
| +Got event.deepPath() for #div2_closed:
|
| #div2_closed, [object ShadowRoot], #host_open, #host_closed, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 8
|
|
|
| Dispaching a click event on #target, listening on #div3_open.
|
| -Got event.path for #div3_open:
|
| +Got event.deepPath() for #div3_open:
|
| #target, [object ShadowRoot], #div3_open, [object ShadowRoot], #div2_closed, [object ShadowRoot], #host_open, #host_closed, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 12
|
|
|
| Dispaching a click event on #target, listening on #target.
|
| -Got event.path for #target:
|
| +Got event.deepPath() for #target:
|
| #target, [object ShadowRoot], #div3_open, [object ShadowRoot], #div2_closed, [object ShadowRoot], #host_open, #host_closed, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 12
|
| PASS successfullyParsed is true
|
|
|
|
|