Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Side by Side Diff: LayoutTests/fast/dom/shadow/event-path-for-user-agent-shadow-tree-expected.txt

Issue 849783002: Event.path should include Window (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test expected update for http/tests/dom/crash-on-querying-event-path.html Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 Dispaching a click event on #details-child 2 Dispaching a click event on #details-child
3 3
4 event.path on node #details-child 4 event.path on node #details-child
5 #details-child, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlEl ement], [object HTMLDocument], length: 6 5 #details-child, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlEl ement], [object HTMLDocument], [object Window], length: 7
6 6
7 event.path on node #details 7 event.path on node #details
8 #details-child, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlEl ement], [object HTMLDocument], length: 6 8 #details-child, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlEl ement], [object HTMLDocument], [object Window], length: 7
9 9
10 event.path on node #sandbox 10 event.path on node #sandbox
11 #details-child, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlEl ement], [object HTMLDocument], length: 6 11 #details-child, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlEl ement], [object HTMLDocument], [object Window], length: 7
12 12
13 Dispaching a click event on #summary-child 13 Dispaching a click event on #summary-child
14 14
15 event.path on node #summary-child 15 event.path on node #summary-child
16 #summary-child, #summary, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 7 16 #summary-child, #summary, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 8
17 17
18 event.path on node #summary 18 event.path on node #summary
19 #summary-child, #summary, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 7 19 #summary-child, #summary, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 8
20 20
21 event.path on node #details 21 event.path on node #details
22 #summary-child, #summary, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 7 22 #summary-child, #summary, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 8
23 23
24 event.path on node #sandbox 24 event.path on node #sandbox
25 #summary-child, #summary, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 7 25 #summary-child, #summary, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 8
26 PASS successfullyParsed is true 26 PASS successfullyParsed is true
27 27
28 TEST COMPLETE 28 TEST COMPLETE
29 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698