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
18
tests/wpt/meta/pointerevents/parsing/touch-action-computed.html.ini
vendored
Normal file
18
tests/wpt/meta/pointerevents/parsing/touch-action-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[touch-action-computed.html]
|
||||
[Property touch-action value 'auto']
|
||||
expected: FAIL
|
||||
|
||||
[Property touch-action value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property touch-action value 'manipulation']
|
||||
expected: FAIL
|
||||
|
||||
[Property touch-action value 'pan-x']
|
||||
expected: FAIL
|
||||
|
||||
[Property touch-action value 'pan-y']
|
||||
expected: FAIL
|
||||
|
||||
[Property touch-action value 'pan-x pan-y']
|
||||
expected: FAIL
|
18
tests/wpt/meta/pointerevents/parsing/touch-action-valid.html.ini
vendored
Normal file
18
tests/wpt/meta/pointerevents/parsing/touch-action-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[touch-action-valid.html]
|
||||
[e.style['touch-action'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['touch-action'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['touch-action'\] = "manipulation" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['touch-action'\] = "pan-x" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['touch-action'\] = "pan-y" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['touch-action'\] = "pan-y pan-x" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue