blob: b86925eb9ea6548ba8df8ac4dfcc47476058c9ee [file] [log] [blame]
PASS Touch constructor with insufficient properties
PASS Touch constructor with non-EventTarget target
FAIL Touch constructor exists and creates a Touch object with minimum properties function is not a constructor (evaluating 'new Touch({
identifier: testIdentifier,
target: testTarget,
})')
FAIL Touch constructor exists and creates a Touch object with requested properties function is not a constructor (evaluating 'new Touch')
FAIL TouchEvent constructor exists and creates a TouchEvent object with requested properties function is not a constructor (evaluating 'new Touch')