mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Auto merge of #9930 - rebstar6:htmlclick, r=jdm
Remove activatable element filter within HTMLElement#click() Address https://github.com/servo/servo/issues/6542 Ensure that click() calls are not limited to activatable elements. Also makes the isTrusted attribute false when synthetic click activation are called from a click() method (as per spec). <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9930) <!-- Reviewable:end -->
This commit is contained in:
commit
f2f6787189
9 changed files with 95 additions and 66 deletions
|
@ -15,6 +15,10 @@ skip: true
|
|||
skip: false
|
||||
[html]
|
||||
skip: false
|
||||
[editing]
|
||||
skip: true
|
||||
[activation]
|
||||
skip: false
|
||||
[url]
|
||||
skip: false
|
||||
[touch-events]
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[throwing-in-listener-when-all-have-not-run-yet.html]
|
||||
type: testharness
|
||||
[Throwing in event listener]
|
||||
expected: FAIL
|
||||
|
|
@ -1 +0,0 @@
|
|||
disabled: for now
|
Loading…
Add table
Add a link
Reference in a new issue