summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-close.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-close.html.ini')
-rw-r--r--testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-close.html.ini20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-close.html.ini b/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-close.html.ini
deleted file mode 100644
index 8caa04e94..000000000
--- a/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-close.html.ini
+++ /dev/null
@@ -1,20 +0,0 @@
-[dialog-close.html]
- type: testharness
- [close() fires a close event]
- expected: FAIL
-
- [close() on a <dialog> that doesn't have an open attribute throws an InvalidStateError exception]
- expected: FAIL
-
- [close() removes the open attribute and set the returnValue to the first argument]
- expected: FAIL
-
- [close() without argument removes the open attribute and there's no returnValue]
- expected: FAIL
-
- [close() should set the returnValue IDL attribute but not the JS property]
- expected: FAIL
-
- [close() on a <dialog> that doesn't have an open attribute aborts the steps]
- expected: FAIL
-