mirror of
https://github.com/servo/servo.git
synced 2025-09-13 16:38:20 +01:00
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:
parent
9a13cf6bda
commit
1102660015
6 changed files with 97 additions and 15 deletions
|
@ -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
|
||||
|
|
@ -25960,7 +25960,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.html": [
|
||||
"49dd9f6ef449813f2ce943d4c9fac351357e5c74",
|
||||
"ffdc606aaf989ef8bcdecef8cef8764bbb2ae1b2",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.js": [
|
||||
|
|
|
@ -140,6 +140,7 @@ test_interfaces([
|
|||
"HTMLVideoElement",
|
||||
"ImageData",
|
||||
"Image",
|
||||
"InputEvent",
|
||||
"KeyboardEvent",
|
||||
"Location",
|
||||
"MediaError",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue