mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Implement Document.createTouch
This commit is contained in:
parent
817eed22d1
commit
316802e206
6 changed files with 73 additions and 11 deletions
|
@ -15,6 +15,8 @@ skip: true
|
|||
skip: false
|
||||
[url]
|
||||
skip: false
|
||||
[touch-events]
|
||||
skip: false
|
||||
[workers]
|
||||
skip: false
|
||||
[XMLHttpRequest]
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
[create-touch-touchlist.html]
|
||||
type: testharness
|
||||
[document.createTouchList exists and correctly creates a TouchList from zero Touch objects]
|
||||
expected: FAIL
|
||||
|
||||
[document.createTouchList exists and correctly creates a TouchList from a single Touch]
|
||||
expected: FAIL
|
||||
|
||||
[document.createTouchList exists and correctly creates a TouchList from two Touch objects]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue