mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
Bug 1322938 - Update <dialog> element Web Platform Tests expected results.
Tag #1343
This commit is contained in:
parent
c39b0e4fd7
commit
7186de99e7
7 changed files with 0 additions and 289 deletions
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue