mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Took out the special mouseover cancel case
This commit is contained in:
parent
b19b778fef
commit
f35a870f55
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