mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
60 lines
1.4 KiB
INI
60 lines
1.4 KiB
INI
[Event-subclasses-constructors.html]
|
|
type: testharness
|
|
[MouseEvent constructor (no argument)]
|
|
expected: FAIL
|
|
|
|
[MouseEvent constructor (undefined argument)]
|
|
expected: FAIL
|
|
|
|
[MouseEvent constructor (null argument)]
|
|
expected: FAIL
|
|
|
|
[MouseEvent constructor (empty argument)]
|
|
expected: FAIL
|
|
|
|
[MouseEvent constructor (argument with default values)]
|
|
expected: FAIL
|
|
|
|
[MouseEvent constructor (argument with non-default values)]
|
|
expected: FAIL
|
|
|
|
[WheelEvent constructor (no argument)]
|
|
expected: FAIL
|
|
|
|
[WheelEvent constructor (undefined argument)]
|
|
expected: FAIL
|
|
|
|
[WheelEvent constructor (null argument)]
|
|
expected: FAIL
|
|
|
|
[WheelEvent constructor (empty argument)]
|
|
expected: FAIL
|
|
|
|
[WheelEvent constructor (argument with default values)]
|
|
expected: FAIL
|
|
|
|
[WheelEvent constructor (argument with non-default values)]
|
|
expected: FAIL
|
|
|
|
[KeyboardEvent constructor (argument with non-default values)]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent constructor (no argument)]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent constructor (undefined argument)]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent constructor (null argument)]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent constructor (empty argument)]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent constructor (argument with default values)]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent constructor (argument with non-default values)]
|
|
expected: FAIL
|
|
|