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:
Ngo Iok Ui (Wu Yu Wei) 2024-12-02 20:53:29 +09:00 committed by GitHub
parent 9457a40ca2
commit e061a59f03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 993 additions and 7 deletions

View 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

View 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