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

Side by Side Diff: LayoutTests/fast/dom/shadow/event-path-empty-shadow-element-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 event.path on node #C 2 event.path on node #C
3 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 15 3 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 16
4 4
5 event.path on node #B 5 event.path on node #B
6 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 15 6 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 16
7 7
8 event.path on node #F 8 event.path on node #F
9 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 15 9 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 16
10 10
11 event.path on node #E 11 event.path on node #E
12 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 15 12 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 16
13 13
14 event.path on node #D 14 event.path on node #D
15 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 15 15 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 16
16 16
17 event.path on node #I 17 event.path on node #I
18 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 15 18 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 16
19 19
20 event.path on node #H 20 event.path on node #H
21 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 15 21 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 16
22 22
23 event.path on node #G 23 event.path on node #G
24 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 15 24 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 16
25 25
26 event.path on node #K 26 event.path on node #K
27 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 15 27 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 16
28 28
29 event.path on node #J 29 event.path on node #J
30 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 15 30 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 16
31 31
32 event.path on node #A 32 event.path on node #A
33 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 15 33 #C, #B, #F, #E, #D, #I, #H, #G, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 16
34 PASS successfullyParsed is true 34 PASS successfullyParsed is true
35 35
36 TEST COMPLETE 36 TEST COMPLETE
37 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698