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

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

Issue 14508005: Support an Event Path API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: event.path() now returns a different view for each node. Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1
2 event.path() on node #C
3 #C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [objec t HTMLDocument], length: 7
4
5 event.path() on node #B
6 #C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [objec t HTMLDocument], length: 7
7
8 event.path() on node #F
9 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10
10
11 event.path() on node #J
12 #C, #B, #F, #J, #I, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyElement], [obj ect HTMLHtmlElement], [object HTMLDocument], length: 14
13
14 event.path() on node #I
15 #C, #B, #F, #J, #I, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyElement], [obj ect HTMLHtmlElement], [object HTMLDocument], length: 14
16
17 event.path() on node #M
18 #C, #B, #F, #J, #I, #M, #L, #K, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyEl ement], [object HTMLHtmlElement], [object HTMLDocument], length: 17
19
20 event.path() on node #L
21 #C, #B, #F, #J, #I, #M, #L, #K, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyEl ement], [object HTMLHtmlElement], [object HTMLDocument], length: 17
22
23 event.path() on node #K
24 #C, #B, #F, #J, #I, #M, #L, #K, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyEl ement], [object HTMLHtmlElement], [object HTMLDocument], length: 17
25
26 event.path() on node #H
27 #C, #B, #F, #J, #I, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyElement], [obj ect HTMLHtmlElement], [object HTMLDocument], length: 14
28
29 event.path() on node #G
30 #C, #B, #F, #J, #I, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyElement], [obj ect HTMLHtmlElement], [object HTMLDocument], length: 14
31
32 event.path() on node #E
33 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10
34
35 event.path() on node #D
36 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10
37
38 event.path() on node #A
39 #C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [objec t HTMLDocument], length: 7
40 PASS successfullyParsed is true
41
42 TEST COMPLETE
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698