mirror of
https://github.com/servo/servo.git
synced 2025-08-30 09:38:19 +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
204
tests/wpt/meta/pointerevents/idlharness.https.window.js.ini
vendored
Normal file
204
tests/wpt/meta/pointerevents/idlharness.https.window.js.ini
vendored
Normal file
|
@ -0,0 +1,204 @@
|
|||
[idlharness.https.window.html]
|
||||
[PointerEvent interface: attribute persistentDeviceId]
|
||||
expected: FAIL
|
||||
|
||||
[PointerEvent interface: new PointerEvent("type") must inherit property "persistentDeviceId" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onpointerover]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onpointerenter]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onpointerdown]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onpointermove]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onpointerrawupdate]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onpointerup]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onpointercancel]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onpointerout]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onpointerleave]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute ongotpointercapture]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onlostpointercapture]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onpointerover]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onpointerenter]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onpointerdown]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onpointermove]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onpointerrawupdate]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onpointerup]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onpointercancel]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onpointerout]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onpointerleave]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute ongotpointercapture]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onlostpointercapture]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onpointerover" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onpointerenter" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onpointerdown" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onpointermove" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onpointerrawupdate" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onpointerup" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onpointercancel" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onpointerout" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onpointerleave" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "ongotpointercapture" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onlostpointercapture" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Navigator interface: attribute maxTouchPoints]
|
||||
expected: FAIL
|
||||
|
||||
[Navigator interface: navigator must inherit property "maxTouchPoints" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onpointerover]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onpointerenter]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onpointerdown]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onpointermove]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onpointerrawupdate]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onpointerup]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onpointercancel]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onpointerout]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onpointerleave]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute ongotpointercapture]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onlostpointercapture]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "onpointerover" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "onpointerenter" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "onpointerdown" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "onpointermove" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "onpointerrawupdate" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "onpointerup" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "onpointercancel" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "onpointerout" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "onpointerleave" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "ongotpointercapture" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "onlostpointercapture" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation setPointerCapture(long)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation releasePointerCapture(long)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation hasPointerCapture(long)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: document.body must inherit property "setPointerCapture(long)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: calling setPointerCapture(long) on document.body with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: document.body must inherit property "releasePointerCapture(long)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: calling releasePointerCapture(long) on document.body with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: document.body must inherit property "hasPointerCapture(long)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: calling hasPointerCapture(long) on document.body with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue