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

Side by Side Diff: LayoutTests/fast/dom/shadow/event-path-multiple-shadow-roots-expected.txt

Issue 137993003: Revert the feature of the <shadow> element as 'a function call' to the previous behavior. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update LayoutTests/TestExpectations Created 6 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 | 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
28 25
29 event.path on node #A 26 event.path on node #A
30 #C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [objec t HTMLDocument], length: 7 27 #C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [objec t HTMLDocument], length: 7
31 PASS successfullyParsed is true 28 PASS successfullyParsed is true
32 29
33 TEST COMPLETE 30 TEST COMPLETE
34 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698