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

Unified 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 side-by-side diff with in-line comments
Download patch
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
deleted file mode 100644
index f0ace81640981f650ae8d3cb029212e1b44af952..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/shadow/event-path-expected.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-

Powered by Google App Engine
This is Rietveld 408576698