mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
* 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>
18 lines
570 B
INI
Vendored
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
|