Implements HTMLDetailsElement toggle

This commit is contained in:
Vincent Ricard 2020-09-25 22:04:05 +02:00
parent 8ab389c10c
commit ddfa9ca5b4
4 changed files with 71 additions and 24 deletions

View file

@ -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