summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/shadow-dom/event-composed.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/shadow-dom/event-composed.html.ini')
-rw-r--r--testing/web-platform/meta/shadow-dom/event-composed.html.ini23
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/web-platform/meta/shadow-dom/event-composed.html.ini b/testing/web-platform/meta/shadow-dom/event-composed.html.ini
new file mode 100644
index 000000000..6386a51c5
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/event-composed.html.ini
@@ -0,0 +1,23 @@
+[event-composed.html]
+ type: testharness
+ [An event should be scoped by default]
+ expected: FAIL
+
+ [An event should not be scoped if composed is specified]
+ expected: FAIL
+
+ [A synthetic MouseEvent should be scoped by default]
+ expected: FAIL
+
+ [A synthetic MouseEvent with composed=true should not be scoped]
+ expected: FAIL
+
+ [A synthetic FocusEvent should be scoped by default]
+ expected: FAIL
+
+ [A synthetic FocusEvent with composed=true should not be scoped]
+ expected: FAIL
+
+ [A UA click event should not be scoped]
+ expected: FAIL
+