mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #25240 - pshaughn:unspecial_mouseover, r=SimonSapin
Took out the special mouseover cancel case <!-- Please describe your changes on the following line: --> eventtarget.rs was checking the event type to see if it was a mouseover; now it doesn't. Other special-case events like error and beforeunload go down other code paths entirely, so this one has no special cases left. --- <!-- 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 #25190 <!-- Either: --> - [X] There are tests for these changes <!-- 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
fc97a53a94
2 changed files with 6 additions and 20 deletions
|
@ -3,16 +3,3 @@
|
|||
[beforeunload listener returning null cancels event]
|
||||
bug: https://github.com/servo/servo/issues/10787
|
||||
expected: FAIL
|
||||
|
||||
[mouseover listener returning false cancels event (using Event)]
|
||||
expected: FAIL
|
||||
|
||||
[mouseover listener returning false cancels event (using MouseEvent)]
|
||||
expected: FAIL
|
||||
|
||||
[mouseover listener returning true doesn't cancel event (using Event)]
|
||||
expected: FAIL
|
||||
|
||||
[mouseover listener returning true doesn't cancel event (using MouseEvent)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue