mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Auto merge of #27666 - ghostd:fix-checkbox-radio-activation, r=jdm
Allow mutating <input disabled type=checkbox/radio> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #27586 <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
commit
0baa1ea7bd
2 changed files with 2 additions and 25 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