mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
script: add PointerEvent (#34437)
* Add PointerEvent webIDL Signed-off-by: Wu Yuwei <yuweiwu@pm.me> * Implement all new methods Signed-off-by: Wu Yuwei <yuweiwu@pm.me> * Cleanup warnings Signed-off-by: Wu Yuwei <yuweiwu@pm.me> * Update wpt meta Signed-off-by: Wu Yuwei <yuweiwu@pm.me> * Update interface list Signed-off-by: Wu Yuwei <yuweiwu@pm.me> * Update manifest Signed-off-by: Wu Yuwei <yuweiwu@pm.me> * Update doc links Signed-off-by: Wu Wayne <yuweiwu@pm.me> --------- Signed-off-by: Wu Yuwei <yuweiwu@pm.me> Signed-off-by: Wu Wayne <yuweiwu@pm.me>
This commit is contained in:
parent
9457a40ca2
commit
e061a59f03
18 changed files with 993 additions and 7 deletions
91
tests/wpt/meta/pointerevents/pointerevent_on_event_handlers.html.ini
vendored
Normal file
91
tests/wpt/meta/pointerevents/pointerevent_on_event_handlers.html.ini
vendored
Normal file
|
@ -0,0 +1,91 @@
|
|||
[pointerevent_on_event_handlers.html]
|
||||
expected: TIMEOUT
|
||||
[The default value of onpointerdown is always null]
|
||||
expected: FAIL
|
||||
|
||||
[The onpointerdown content attribute must be compiled into the onpointerdown property]
|
||||
expected: FAIL
|
||||
|
||||
[dispatching a pointerdown event must trigger element.onpointerdown]
|
||||
expected: NOTRUN
|
||||
|
||||
[The default value of onpointerup is always null]
|
||||
expected: FAIL
|
||||
|
||||
[The onpointerup content attribute must be compiled into the onpointerup property]
|
||||
expected: FAIL
|
||||
|
||||
[dispatching a pointerup event must trigger element.onpointerup]
|
||||
expected: NOTRUN
|
||||
|
||||
[The default value of onpointercancel is always null]
|
||||
expected: FAIL
|
||||
|
||||
[The onpointercancel content attribute must be compiled into the onpointercancel property]
|
||||
expected: FAIL
|
||||
|
||||
[dispatching a pointercancel event must trigger element.onpointercancel]
|
||||
expected: NOTRUN
|
||||
|
||||
[The default value of onpointermove is always null]
|
||||
expected: FAIL
|
||||
|
||||
[The onpointermove content attribute must be compiled into the onpointermove property]
|
||||
expected: FAIL
|
||||
|
||||
[dispatching a pointermove event must trigger element.onpointermove]
|
||||
expected: NOTRUN
|
||||
|
||||
[The default value of onpointerover is always null]
|
||||
expected: FAIL
|
||||
|
||||
[The onpointerover content attribute must be compiled into the onpointerover property]
|
||||
expected: FAIL
|
||||
|
||||
[dispatching a pointerover event must trigger element.onpointerover]
|
||||
expected: NOTRUN
|
||||
|
||||
[The default value of onpointerout is always null]
|
||||
expected: FAIL
|
||||
|
||||
[The onpointerout content attribute must be compiled into the onpointerout property]
|
||||
expected: FAIL
|
||||
|
||||
[dispatching a pointerout event must trigger element.onpointerout]
|
||||
expected: NOTRUN
|
||||
|
||||
[The default value of onpointerenter is always null]
|
||||
expected: FAIL
|
||||
|
||||
[The onpointerenter content attribute must be compiled into the onpointerenter property]
|
||||
expected: FAIL
|
||||
|
||||
[dispatching a pointerenter event must trigger element.onpointerenter]
|
||||
expected: NOTRUN
|
||||
|
||||
[The default value of onpointerleave is always null]
|
||||
expected: FAIL
|
||||
|
||||
[The onpointerleave content attribute must be compiled into the onpointerleave property]
|
||||
expected: FAIL
|
||||
|
||||
[dispatching a pointerleave event must trigger element.onpointerleave]
|
||||
expected: NOTRUN
|
||||
|
||||
[The default value of ongotpointercapture is always null]
|
||||
expected: FAIL
|
||||
|
||||
[The ongotpointercapture content attribute must be compiled into the ongotpointercapture property]
|
||||
expected: FAIL
|
||||
|
||||
[dispatching a gotpointercapture event must trigger element.ongotpointercapture]
|
||||
expected: NOTRUN
|
||||
|
||||
[The default value of onlostpointercapture is always null]
|
||||
expected: FAIL
|
||||
|
||||
[The onlostpointercapture content attribute must be compiled into the onlostpointercapture property]
|
||||
expected: FAIL
|
||||
|
||||
[dispatching a lostpointercapture event must trigger element.onlostpointercapture]
|
||||
expected: NOTRUN
|
Loading…
Add table
Add a link
Reference in a new issue