diff options
Diffstat (limited to 'testing/web-platform/meta/dom/events/Event-subclasses-constructors.html.ini')
-rw-r--r-- | testing/web-platform/meta/dom/events/Event-subclasses-constructors.html.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/meta/dom/events/Event-subclasses-constructors.html.ini b/testing/web-platform/meta/dom/events/Event-subclasses-constructors.html.ini new file mode 100644 index 000000000..69a8dff62 --- /dev/null +++ b/testing/web-platform/meta/dom/events/Event-subclasses-constructors.html.ini @@ -0,0 +1,20 @@ +[Event-subclasses-constructors.html] + type: testharness + [CompositionEvent constructor (no argument)] + expected: FAIL + + [CompositionEvent constructor (undefined argument)] + expected: FAIL + + [CompositionEvent constructor (null argument)] + expected: FAIL + + [CompositionEvent constructor (empty argument)] + expected: FAIL + + [CompositionEvent constructor (argument with default values)] + expected: FAIL + + [CompositionEvent constructor (argument with non-default values)] + expected: FAIL + |