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

Unified Diff: LayoutTests/fast/dom/shadow/event-path-svg-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-svg-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/event-path-svg-expected.txt b/LayoutTests/fast/dom/shadow/event-path-svg-expected.txt
index 3ce10fadd27a9ea4f177459dcc5d2e42d7ee0e5b..df1799b0612e8f2fd56c4a09b1fd4d5cfea9817c 100644
--- a/LayoutTests/fast/dom/shadow/event-path-svg-expected.txt
+++ b/LayoutTests/fast/dom/shadow/event-path-svg-expected.txt
@@ -1,5 +1,5 @@
-#circle, [object SVGSVGElement], [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 5
-#circle, [object SVGSVGElement], [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 5
+#circle, [object SVGSVGElement], [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 6
+#circle, [object SVGSVGElement], [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 6
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698