diff options
Diffstat (limited to 'testing/web-platform/meta/shadow-dom/event-with-related-target.html.ini')
-rw-r--r-- | testing/web-platform/meta/shadow-dom/event-with-related-target.html.ini | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/testing/web-platform/meta/shadow-dom/event-with-related-target.html.ini b/testing/web-platform/meta/shadow-dom/event-with-related-target.html.ini new file mode 100644 index 000000000..a362e5271 --- /dev/null +++ b/testing/web-platform/meta/shadow-dom/event-with-related-target.html.ini @@ -0,0 +1,38 @@ +[event-with-related-target.html] + type: testharness + [Firing an event at B1a with relatedNode at B1 with open mode shadow trees] + expected: FAIL + + [Firing an event at B1a with relatedNode at B1 with closed mode shadow trees] + expected: FAIL + + [Firing an event at B1a with relatedNode at B1b1 with open mode shadow trees] + expected: FAIL + + [Firing an event at B1a with relatedNode at B1b1 with closed mode shadow trees] + expected: FAIL + + [Firing an event at B1b1 with relatedNode at B1a with open mode shadow trees] + expected: FAIL + + [Firing an event at B1b1 with relatedNode at B1a with closed mode shadow trees] + expected: FAIL + + [Firing an event at B1a with relatedNode at D1 with open mode shadow trees] + expected: FAIL + + [Firing an event at B1a with relatedNode at D1 with closed mode shadow trees] + expected: FAIL + + [Firing an event at D1 with relatedNode at B1a with open mode shadow trees] + expected: FAIL + + [Firing an event at D1 with relatedNode at B1a with closed mode shadow trees] + expected: FAIL + + [Firing an event at B1a with relatedNode at A1a with open mode shadow trees] + expected: FAIL + + [Firing an event at B1a with relatedNode at A1a with closed mode shadow trees] + expected: FAIL + |