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

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

Issue 14864018: Add a test for event.path() used with a user agent shadow tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix a typo. 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
« no previous file with comments | « LayoutTests/fast/dom/shadow/event-path-for-user-agent-shadow-tree.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 Dispaching a click event on #details-child
3
4 event.path() on node #details-child
5 #details-child, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlEl ement], [object HTMLDocument], length: 6
6
7 event.path() on node #details
8 #details-child, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlEl ement], [object HTMLDocument], length: 6
9
10 event.path() on node #sandbox
11 #details-child, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlEl ement], [object HTMLDocument], length: 6
12
13 Dispaching a click event on #summary-child
14
15 event.path() on node #summary-child
16 #summary-child, #summary, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 7
17
18 event.path() on node #summary
19 #summary-child, #summary, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 7
20
21 event.path() on node #details
22 #summary-child, #summary, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 7
23
24 event.path() on node #sandbox
25 #summary-child, #summary, #details, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 7
26 PASS successfullyParsed is true
27
28 TEST COMPLETE
29
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/event-path-for-user-agent-shadow-tree.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698