servo/tests/wpt/meta/pointerevents/parsing/touch-action-valid.html.ini
Ngo Iok Ui (Wu Yu Wei) e061a59f03
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>
2024-12-02 11:53:29 +00:00

18 lines
570 B
INI
Vendored

[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