Implement Document.createTouch

This commit is contained in:
Matt Brubeck 2015-10-22 09:19:29 -07:00
parent 817eed22d1
commit 316802e206
6 changed files with 73 additions and 11 deletions

View file

@ -15,6 +15,8 @@ skip: true
skip: false
[url]
skip: false
[touch-events]
skip: false
[workers]
skip: false
[XMLHttpRequest]

View file

@ -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