summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-07 08:51:47 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-07 18:33:23 -0500
commita4011e72463bae700f212af9d2a530e38ea32ac1 (patch)
tree47714c6ddd74bfce000517da89f40b780c5a22c1 /testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element
parentef2cd8749ff41c3d87a19b598d8d3be1430b75bf (diff)
downloadUXP-a4011e72463bae700f212af9d2a530e38ea32ac1.tar
UXP-a4011e72463bae700f212af9d2a530e38ea32ac1.tar.gz
UXP-a4011e72463bae700f212af9d2a530e38ea32ac1.tar.lz
UXP-a4011e72463bae700f212af9d2a530e38ea32ac1.tar.xz
UXP-a4011e72463bae700f212af9d2a530e38ea32ac1.zip
Bug 1322938 - Update <dialog> element Web Platform Tests expected results.
Tag #1343
Diffstat (limited to 'testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element')
-rw-r--r--testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-close.html.ini20
-rw-r--r--testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-open.html.ini8
-rw-r--r--testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html.ini6
3 files changed, 0 insertions, 34 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
-
diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-open.html.ini b/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-open.html.ini
deleted file mode 100644
index 6cabc6cfd..000000000
--- a/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-open.html.ini
+++ /dev/null
@@ -1,8 +0,0 @@
-[dialog-open.html]
- type: testharness
- [On getting, the IDL open attribute must return true if the content open attribute is set, and false if it is absent.]
- expected: FAIL
-
- [On setting, the content open attribute must be removed if the IDL open attribute is set to false, and must be present if the IDL open attribute is set to true.]
- expected: FAIL
-
diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html.ini b/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html.ini
index bf6546036..c34a9a843 100644
--- a/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html.ini
+++ b/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html.ini
@@ -3,12 +3,6 @@
[dialog element: showModal()]
expected: FAIL
- [showModal() on a <dialog> that already has an open attribute throws an InvalidStateError exception]
- expected: FAIL
-
- [showModal() on a <dialog> not in a Document throws an InvalidStateError exception]
- expected: FAIL
-
[when opening multiple dialogs, only the newest one is non-inert]
expected: FAIL