mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +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
111
tests/wpt/meta/pointerevents/pointerevent_touch-action-verification.html.ini
vendored
Normal file
111
tests/wpt/meta/pointerevents/pointerevent_touch-action-verification.html.ini
vendored
Normal file
|
@ -0,0 +1,111 @@
|
|||
[pointerevent_touch-action-verification.html]
|
||||
[default]
|
||||
expected: FAIL
|
||||
|
||||
[stylesheet-none]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-auto]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-x]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-left]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-right]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-y]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-up]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-down]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-x-pan-y]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-y-pan-x]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-left-pan-up]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-left-pan-down]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-right-pan-up]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-right-pan-down]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-up-pan-left]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-up-pan-right]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-down-pan-left]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-pan-down-pan-right]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-manipulation]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-none]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-invalid-1]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-invalid-2]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-invalid-3]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-invalid-4]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-invalid-5]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-invalid-6]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-invalid-7]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-invalid-8]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-invalid-9]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-invalid-10]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-invalid-11]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-invalid-12]
|
||||
expected: FAIL
|
||||
|
||||
[explicit-invalid-13]
|
||||
expected: FAIL
|
||||
|
||||
[not-inherited]
|
||||
expected: FAIL
|
||||
|
||||
[inherit]
|
||||
expected: FAIL
|
||||
|
||||
[initial]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue