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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/event-deeppath-closed-shadowroot-expected.txt

Issue 2051743002: Rename deep-path to composed-path in LayoutTests/shadow-dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean-tests-2
Patch Set: Created 4 years, 6 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: third_party/WebKit/LayoutTests/shadow-dom/event-deeppath-closed-shadowroot-expected.txt
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/event-deeppath-closed-shadowroot-expected.txt b/third_party/WebKit/LayoutTests/shadow-dom/event-deeppath-closed-shadowroot-expected.txt
deleted file mode 100644
index 9eb60e3f38e8024805eacb6a11d40f4f95d98408..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/shadow-dom/event-deeppath-closed-shadowroot-expected.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-Event.composedPath() should include only unclosed nodes.
-
-Dispaching a click event on #target_open, listening on #target_open.
-PASS eventPath.length is 9
-
-event.composedPath() for #target_open:
-#target_open, #open_shadow_in_open_shadow, #inner_open, #open_shadow, #host_open, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 9
-
-Dispaching a click event on #target_closed, listening on #target_closed.
-PASS eventPath.length is 9
-
-event.composedPath() for #target_closed:
-#target_closed, #open_shadow_in_closed_shadow, #inner_closed, #closed_shadow, #host_closed, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 9
-
-Dispaching a click event on #target_open, listening on document.body.
-PASS eventPath.length is 9
-
-event.composedPath() for #target_open:
-#target_open, #open_shadow_in_open_shadow, #inner_open, #open_shadow, #host_open, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 9
-
-Dispaching a click event on #target_closed, listening on document.body.
-PASS eventPath.length is 5
-
-event.composedPath() for #target_closed:
-#host_closed, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], [object Window], length: 5
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698