Allow mutating <input disabled type=checkbox/radio>

This commit is contained in:
Vincent Ricard 2020-09-24 18:13:20 +02:00
parent 12f5411aad
commit 82386953b9
2 changed files with 10 additions and 20 deletions

View file

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