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

Side by Side Diff: LayoutTests/fast/dom/shadow/event-path-empty-shadow-element-expected.txt

Issue 59903015: [Shadow DOM]: Empty shadow insertion points should behave like <shadow><content *leftover*></conten… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 event.path on node #J
9 #C, #B, #J, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtml Element], [object HTMLDocument], length: 11
10
11 event.path on node #F 8 event.path on node #F
12 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10 9 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10
13 10
14 event.path on node #E 11 event.path on node #E
15 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10 12 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10
16 13
17 event.path on node #D 14 event.path on node #D
18 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10 15 #C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10
19 16
20 event.path on node #I 17 event.path on node #I
21 #C, #B, #J, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtml Element], [object HTMLDocument], length: 11 18 #C, #B, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10
22 19
23 event.path on node #H 20 event.path on node #H
24 #C, #B, #J, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtml Element], [object HTMLDocument], length: 11 21 #C, #B, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10
25 22
26 event.path on node #G 23 event.path on node #G
27 #C, #B, #J, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtml Element], [object HTMLDocument], length: 11 24 #C, #B, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElem ent], [object HTMLDocument], length: 10
25
26 event.path on node #K
27 #C, #B, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement] , [object HTMLDocument], length: 9
28
29 event.path on node #J
30 #C, #B, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement] , [object HTMLDocument], length: 9
28 31
29 event.path on node #A 32 event.path on node #A
30 #C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [objec t HTMLDocument], length: 7 33 #C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [objec t HTMLDocument], length: 7
31 PASS successfullyParsed is true 34 PASS successfullyParsed is true
32 35
33 TEST COMPLETE 36 TEST COMPLETE
34 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698