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

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

Issue 849783002: Event.path should include Window (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test expected update for http/tests/dom/crash-on-querying-event-path.html Created 5 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
OLDNEW
(Empty)
1 Makes sure that event.path is empty before dispatching the event.
2 length: 0
3 #b, #a, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument ], length: 5
4 Makes sure that event.path returns static NodeList.
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
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698