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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/event-composed-path-with-related-target-expected.txt

Issue 2384403002: Dispatch synthetic events even when target and relatedTarget are identical (Closed)
Patch Set: fix Created 4 years, 2 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/imported/wpt/shadow-dom/event-composed-path-with-related-target-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/event-composed-path-with-related-target-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/event-composed-path-with-related-target-expected.txt
deleted file mode 100644
index a5d0bbfd0f69710a9b981e686ddd40df6153a910..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/event-composed-path-with-related-target-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-This is a testharness.js-based test.
-PASS Event path for an event with a relatedTarget. relatedTarget != target.
-PASS Event path for an event with a relatedTarget. Event should be dispatched even when target and relatedTarget are same.
-PASS Event path for an event with a relatedTarget. Event should stop at the shadow root
-FAIL Event path for an event with a relatedTarget which is identical to target. Event should be dispatched and should stop at the shadow root. assert_equals: expected 2 but got 0
-PASS Event path for an event with a relatedTarget. target and relaterTarget do not share any shadow-including ancestor. target is in a shadow tree.
-PASS Event path for an event with a relatedTarget. target and relaterTarget do not share any shadow-including ancestor. target is not in a shadow tree
-PASS Event path for an event with a relatedTarget. target and relaterTarget share the same shadow-including ancestor. Both are in shadow trees.
-PASS Event path for an event with a relatedTarget. relaterTarget is a shadow-including ancestor of target.
-FAIL Event path for an event with a relatedTarget. target is a shadow-including ancestor of relatedTarget. assert_equals: expected 2 but got 0
-PASS Event path for an event with a relatedTarget. target is assigned to a slot.
-PASS Event path for an event with a relatedTarget. relatedTarget is assigned to a slot.
-PASS Event path for an event with a relatedTarget. Event should be dispatched at every slots.
-PASS Event path for an event with a relatedTarget. Event should be dispatched at every slots. relatedTarget should be correctly retargeted.
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698