mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Implements HTMLDetailsElement toggle
This commit is contained in:
parent
8ab389c10c
commit
ddfa9ca5b4
4 changed files with 71 additions and 24 deletions
|
@ -1,23 +0,0 @@
|
|||
[activation-behavior.html]
|
||||
type: testharness
|
||||
[Should open a closed details if all conditions are met]
|
||||
expected: FAIL
|
||||
|
||||
[Should close an open details if all conditions are met]
|
||||
expected: FAIL
|
||||
|
||||
[Should open a closed details even if the details is not being rendered]
|
||||
expected: FAIL
|
||||
|
||||
[Should open a closed details even if the summary is not being rendered]
|
||||
expected: FAIL
|
||||
|
||||
[Should open a closed details if a span element precedes the summary]
|
||||
expected: FAIL
|
||||
|
||||
[Should open a closed details if another summary element *nested inside a span* precedes the summary]
|
||||
expected: FAIL
|
||||
|
||||
[toggle events should be coalesced even when using the activation behavior of a summary]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue