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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/shadow/event-path.html ('k') | Source/core/events/Event.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/event-path-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/event-path-expected.txt b/LayoutTests/fast/dom/shadow/event-path-expected.txt
index 25316d5bd6261d5f51bd0fd5c013b4997ab48d3f..f0ace81640981f650ae8d3cb029212e1b44af952 100644
--- a/LayoutTests/fast/dom/shadow/event-path-expected.txt
+++ b/LayoutTests/fast/dom/shadow/event-path-expected.txt
@@ -1,6 +1,10 @@
+Makes sure that event.path is empty before dispatching the event.
+length: 0
#b, #a, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 5
Makes sure that event.path returns static NodeList.
#b, #a, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 5
+Makes sure that event.path isn't emptified after dispatching the event.
+#b, #a, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 5
PASS successfullyParsed is true
TEST COMPLETE
« 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