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

Side by Side Diff: LayoutTests/fast/dom/shadow/event-path-with-dom-mutation-expected.txt

Issue 15063004: Make Event.path() return a pre-calculated NodeList rather than calculating it dynamically. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add an include. 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
1 1
2 event.path() on node #C 2 event.path() on node #C
3 #C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [objec t HTMLDocument], length: 7 3 #C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [objec t HTMLDocument], length: 7
4 4
5 event.path() on node #B 5 event.path() on node #B
6 #C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [objec t HTMLDocument], length: 7 6 #C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [objec t HTMLDocument], length: 7
7 7
8 Removing node #C
9
8 event.path() on node #F 10 event.path() on node #F
9 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10 11 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10
10 12
11 event.path() on node #J 13 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 14 #C, #B, #F, #J, #I, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyElement], [obj ect HTMLHtmlElement], [object HTMLDocument], length: 14
13 15
14 event.path() on node #I 16 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 17 #C, #B, #F, #J, #I, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyElement], [obj ect HTMLHtmlElement], [object HTMLDocument], length: 14
16 18
19 Removing node #J
20
17 event.path() on node #M 21 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 22 #C, #B, #F, #J, #I, #M, #L, #K, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyEl ement], [object HTMLHtmlElement], [object HTMLDocument], length: 17
19 23
20 event.path() on node #L 24 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 25 #C, #B, #F, #J, #I, #M, #L, #K, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyEl ement], [object HTMLHtmlElement], [object HTMLDocument], length: 17
22 26
23 event.path() on node #K 27 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 28 #C, #B, #F, #J, #I, #M, #L, #K, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyEl ement], [object HTMLHtmlElement], [object HTMLDocument], length: 17
25 29
26 event.path() on node #H 30 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 31 #C, #B, #F, #J, #I, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyElement], [obj ect HTMLHtmlElement], [object HTMLDocument], length: 14
28 32
29 event.path() on node #G 33 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 34 #C, #B, #F, #J, #I, #H, #G, #E, #D, #A, #sandbox, [object HTMLBodyElement], [obj ect HTMLHtmlElement], [object HTMLDocument], length: 14
31 35
32 event.path() on node #E 36 event.path() on node #E
33 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10 37 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10
34 38
35 event.path() on node #D 39 event.path() on node #D
36 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10 40 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10
37 41
38 event.path() on node #A 42 event.path() on node #A
39 #C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [objec t HTMLDocument], length: 7 43 #C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [objec t HTMLDocument], length: 7
40 PASS successfullyParsed is true 44 PASS successfullyParsed is true
41 45
42 TEST COMPLETE 46 TEST COMPLETE
43 47
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/event-path-with-dom-mutation.html ('k') | Source/core/dom/Event.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698