mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Sync WPT with upstream (04-10-2023) (#30493)
* Update web-platform-tests to revision b'dfda99176a5d552fb1129fa353b7e4c69f6ed92c' * fix linter errors after WPT import Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Update expectations --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
92defbb4ef
commit
c06ec90151
2986 changed files with 82877 additions and 27441 deletions
|
@ -34,3 +34,15 @@
|
|||
|
||||
[exclusivity enforcement with attachment scenario connected-in-template]
|
||||
expected: FAIL
|
||||
|
||||
[mutation event and toggle event order]
|
||||
expected: FAIL
|
||||
|
||||
[handling of name attribute changes]
|
||||
expected: FAIL
|
||||
|
||||
[closing as a result of parsing doesn't depend on attribute order]
|
||||
expected: FAIL
|
||||
|
||||
[handling of insertion of elements into group]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
[toggleEvent.html]
|
||||
[Adding open to 'details' should fire a toggle event at the 'details' element, with 'oldState: closed' and 'newState: open']
|
||||
expected: FAIL
|
||||
|
||||
[Adding open to 'details' and then removing open from that 'details' should fire only one toggle event at the 'details' element, with 'oldState: closed' and 'newState: closed']
|
||||
expected: FAIL
|
||||
|
||||
[Adding open to 'details' (display:none) should fire a toggle event at the 'details' element, with 'oldState: closed' and 'newState: open']
|
||||
expected: FAIL
|
||||
|
||||
[Adding open to 'details' (no children) should fire a toggle event at the 'details' element, with 'oldState: closed' and 'newState: open']
|
||||
expected: FAIL
|
||||
|
||||
[Adding open to 'details' and then removing open from that 'details' and then again adding open to that 'details' should fire only one toggle event at the 'details' element, with 'oldState: closed' and 'newState: closed']
|
||||
expected: FAIL
|
||||
|
||||
[Adding open to 'details' using setAttribute('open', '') should fire a toggle event at the 'details' element, with 'oldState: closed' and 'newState: open']
|
||||
expected: FAIL
|
||||
|
||||
[Adding open to 'details' and then calling removeAttribute('open') should fire only one toggle event at the 'details' element, with 'oldState: closed' and 'newState: closed']
|
||||
expected: FAIL
|
||||
|
||||
[Adding open to 'details' (not in the document) should fire a toggle event at the 'details' element, with 'oldState: closed' and 'newState: open']
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue