Implement the InputEvent

Add WebIDL, from UI Events working draft.
Implement script type for event.

Note that actually firing InputEvents is not part of this commit.
This commit is contained in:
Pyfisch 2017-06-30 21:54:13 +02:00
parent 9a13cf6bda
commit 1102660015
6 changed files with 97 additions and 15 deletions

View file

@ -1,14 +0,0 @@
[inputevent-constructor.html]
type: testharness
[InputEvent constructor without InputEventInit.]
expected: FAIL
[InputEvent construtor with InputEventInit where data is null]
expected: FAIL
[InputEvent construtor with InputEventInit where data is empty string]
expected: FAIL
[InputEvent construtor with InputEventInit where data is non empty string]
expected: FAIL

View file

@ -25960,7 +25960,7 @@
"testharness"
],
"mozilla/interfaces.html": [
"49dd9f6ef449813f2ce943d4c9fac351357e5c74",
"ffdc606aaf989ef8bcdecef8cef8764bbb2ae1b2",
"testharness"
],
"mozilla/interfaces.js": [

View file

@ -140,6 +140,7 @@ test_interfaces([
"HTMLVideoElement",
"ImageData",
"Image",
"InputEvent",
"KeyboardEvent",
"Location",
"MediaError",