mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Update web-platform-tests to revision b'f630424a79c1ae17deaaf27a21efdbca1378af0e' (#35258)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
ec6c4bc8fd
commit
f364b3f6ea
564 changed files with 13543 additions and 7722 deletions
33
tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/toggle-events.html.ini
vendored
Normal file
33
tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/toggle-events.html.ini
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
[toggle-events.html]
|
||||
[dialog.show() should fire beforetoggle and toggle events.]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.show() should fire cancelable beforetoggle which does not open dialog if canceled]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.show() should coalesce asynchronous toggle events.]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.show() should not open if beforetoggle removes]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.show() should not open if beforetoggle calls showPopover]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.showModal() should fire beforetoggle and toggle events.]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.showModal() should fire cancelable beforetoggle which does not open dialog if canceled]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.showModal() should coalesce asynchronous toggle events.]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.showModal() should not double-set open/close if beforetoggle re-opens]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.showModal() should not open if beforetoggle removes]
|
||||
expected: FAIL
|
||||
|
||||
[dialog.showModal() should not open if beforetoggle calls showPopover]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue