mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Allow mutating <input disabled type=checkbox/radio>
This commit is contained in:
parent
12f5411aad
commit
82386953b9
2 changed files with 10 additions and 20 deletions
|
@ -2,16 +2,3 @@
|
|||
type: testharness
|
||||
[event state during post-click handling]
|
||||
expected: FAIL
|
||||
|
||||
[disabled radio should be checked from dispatchEvent(new MouseEvent("click"))]
|
||||
expected: FAIL
|
||||
|
||||
[disabled checkbox should be checked from dispatchEvent(new MouseEvent("click"))]
|
||||
expected: FAIL
|
||||
|
||||
[disabled radio should get legacy-canceled-activation behavior]
|
||||
expected: FAIL
|
||||
|
||||
[disabled checkbox should get legacy-canceled-activation behavior]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue