summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/shadow-dom/event-composed-path-with-related-target.html.ini
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/shadow-dom/event-composed-path-with-related-target.html.ini
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/shadow-dom/event-composed-path-with-related-target.html.ini')
-rw-r--r--testing/web-platform/meta/shadow-dom/event-composed-path-with-related-target.html.ini48
1 files changed, 48 insertions, 0 deletions
diff --git a/testing/web-platform/meta/shadow-dom/event-composed-path-with-related-target.html.ini b/testing/web-platform/meta/shadow-dom/event-composed-path-with-related-target.html.ini
new file mode 100644
index 000000000..afe0ce8b0
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/event-composed-path-with-related-target.html.ini
@@ -0,0 +1,48 @@
+[event-composed-path-with-related-target.html]
+ type: testharness
+ expected: ERROR
+ [Event path for an event with a relatedTarget. relatedTarget != target.]
+ expected: FAIL
+
+ [Event path for an event with a relatedTarget. Event shoul be dispatched if 1) target and relatedTarget are same, and 2) they are not in a shadow tree.]
+ expected: FAIL
+
+ [Event path for an event with a relatedTarget. Event should stop at the shadow root]
+ expected: FAIL
+
+ [Event path for an event with a relatedTarget. Event should not be dispatched if 1) target and relatedTarget are same, and 2) both are in a shadow tree.]
+ expected: FAIL
+
+ [Event path for an event with a relatedTarget. target and relaterTarget do not share any shadow-including ancestor. target is in a shadow tree.]
+ expected: FAIL
+
+ [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]
+ expected: FAIL
+
+ [Event path for an event with a relatedTarget. target and relaterTarget share the same shadow-including ancestor. Both are in shadow trees.]
+ expected: FAIL
+
+ [Event path for an event with a relatedTarget. relaterTarget is a shadow-including ancestor of target.]
+ expected: FAIL
+
+ [Event path for an event with a relatedTarget. target is a shadow-including ancestor of relatedTarget.]
+ expected: FAIL
+
+ [Event path for an event with a relatedTarget. target is assigned to a slot.]
+ expected: FAIL
+
+ [Event path for an event with a relatedTarget. relatedTarget is assigned to a slot.]
+ expected: FAIL
+
+ [Event path for an event with a relatedTarget. Event should be dispatched at every slots.]
+ expected: FAIL
+
+ [Event path for an event with a relatedTarget. Event should be dispatched at every slots. relatedTarget should be correctly retargeted.]
+ expected: FAIL
+
+ [Event path for an event with a relatedTarget. Event should be dispatched even when target and relatedTarget are same.]
+ expected: 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.]
+ expected: FAIL
+