mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
194 lines
6.7 KiB
INI
194 lines
6.7 KiB
INI
[interfaces.html]
|
|
type: testharness
|
|
[UIEvent interface: attribute which]
|
|
expected: FAIL
|
|
|
|
[UIEvent interface: new UIEvent("event") must inherit property "which" with the proper type]
|
|
expected: FAIL
|
|
|
|
[UIEvent interface: new FocusEvent("event") must inherit property "which" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: attribute buttons]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: operation getModifierState(DOMString)]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new MouseEvent("event") must inherit property "buttons" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new MouseEvent("event") must inherit property "getModifierState(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: calling getModifierState(DOMString) on new MouseEvent("event") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[UIEvent interface: new MouseEvent("event") must inherit property "which" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface object length]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface object name]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: constant DOM_DELTA_PIXEL on interface object]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: constant DOM_DELTA_PIXEL on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: constant DOM_DELTA_LINE on interface object]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: constant DOM_DELTA_LINE on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: constant DOM_DELTA_PAGE on interface object]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: constant DOM_DELTA_PAGE on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: attribute deltaX]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: attribute deltaY]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: attribute deltaZ]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: attribute deltaMode]
|
|
expected: FAIL
|
|
|
|
[WheelEvent must be primary interface of new WheelEvent("event")]
|
|
expected: FAIL
|
|
|
|
[Stringification of new WheelEvent("event")]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: new WheelEvent("event") must inherit property "DOM_DELTA_PIXEL" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: new WheelEvent("event") must inherit property "DOM_DELTA_LINE" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: new WheelEvent("event") must inherit property "DOM_DELTA_PAGE" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: new WheelEvent("event") must inherit property "deltaX" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: new WheelEvent("event") must inherit property "deltaY" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: new WheelEvent("event") must inherit property "deltaZ" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: new WheelEvent("event") must inherit property "deltaMode" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new WheelEvent("event") must inherit property "screenX" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new WheelEvent("event") must inherit property "screenY" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new WheelEvent("event") must inherit property "clientX" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new WheelEvent("event") must inherit property "clientY" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new WheelEvent("event") must inherit property "ctrlKey" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new WheelEvent("event") must inherit property "shiftKey" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new WheelEvent("event") must inherit property "altKey" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new WheelEvent("event") must inherit property "metaKey" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new WheelEvent("event") must inherit property "button" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new WheelEvent("event") must inherit property "buttons" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new WheelEvent("event") must inherit property "relatedTarget" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: new WheelEvent("event") must inherit property "getModifierState(DOMString)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[MouseEvent interface: calling getModifierState(DOMString) on new WheelEvent("event") with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[UIEvent interface: new WheelEvent("event") must inherit property "view" with the proper type]
|
|
expected: FAIL
|
|
|
|
[UIEvent interface: new WheelEvent("event") must inherit property "detail" with the proper type]
|
|
expected: FAIL
|
|
|
|
[UIEvent interface: new WheelEvent("event") must inherit property "which" with the proper type]
|
|
expected: FAIL
|
|
|
|
[UIEvent interface: new InputEvent("event") must inherit property "which" with the proper type]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent interface object length]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent interface object name]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent interface: attribute data]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent must be primary interface of new CompositionEvent("event")]
|
|
expected: FAIL
|
|
|
|
[Stringification of new CompositionEvent("event")]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent interface: new CompositionEvent("event") must inherit property "data" with the proper type]
|
|
expected: FAIL
|
|
|
|
[UIEvent interface: new CompositionEvent("event") must inherit property "view" with the proper type]
|
|
expected: FAIL
|
|
|
|
[UIEvent interface: new CompositionEvent("event") must inherit property "detail" with the proper type]
|
|
expected: FAIL
|
|
|
|
[UIEvent interface: new CompositionEvent("event") must inherit property "which" with the proper type]
|
|
expected: FAIL
|
|
|
|
[WheelEvent interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[CompositionEvent interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|