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

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

Issue 473833002: Don't emptify event.path after dispatching an event. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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.html ('k') | Source/core/events/Event.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Makes sure that event.path is empty before dispatching the event.
2 length: 0
1 #b, #a, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument ], length: 5 3 #b, #a, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument ], length: 5
2 Makes sure that event.path returns static NodeList. 4 Makes sure that event.path returns static NodeList.
3 #b, #a, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument ], length: 5 5 #b, #a, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument ], length: 5
6 Makes sure that event.path isn't emptified after dispatching the event.
7 #b, #a, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument ], length: 5
4 PASS successfullyParsed is true 8 PASS successfullyParsed is true
5 9
6 TEST COMPLETE 10 TEST COMPLETE
7 11
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/event-path.html ('k') | Source/core/events/Event.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698