mirror of
https://github.com/servo/servo.git
synced 2025-09-04 12:08:21 +01:00
Upgraded to SM 60
This commit is contained in:
parent
d34403047e
commit
74c1e00d81
290 changed files with 26572 additions and 1178 deletions
|
@ -2,3 +2,192 @@
|
|||
[idlharness]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: attribute radiusX]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: attribute radiusY]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: attribute rotationAngle]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: attribute force]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: attribute altitudeAngle]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: attribute azimuthAngle]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: attribute touchType]
|
||||
expected: FAIL
|
||||
|
||||
[Touch must be primary interface of new Touch({identifier: 1, target: document})]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of new Touch({identifier: 1, target: document})]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "identifier" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "target" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "screenX" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "screenY" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "clientX" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "clientY" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "pageX" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "pageY" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "radiusX" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "radiusY" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "rotationAngle" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "force" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "altitudeAngle" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "azimuthAngle" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Touch interface: new Touch({identifier: 1, target: document}) must inherit property "touchType" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[TouchEvent interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[TouchEvent must be primary interface of new TouchEvent("name")]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of new TouchEvent("name")]
|
||||
expected: FAIL
|
||||
|
||||
[TouchEvent interface: new TouchEvent("name") must inherit property "touches" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[TouchEvent interface: new TouchEvent("name") must inherit property "targetTouches" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[TouchEvent interface: new TouchEvent("name") must inherit property "changedTouches" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[TouchEvent interface: new TouchEvent("name") must inherit property "altKey" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[TouchEvent interface: new TouchEvent("name") must inherit property "metaKey" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[TouchEvent interface: new TouchEvent("name") must inherit property "ctrlKey" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[TouchEvent interface: new TouchEvent("name") must inherit property "shiftKey" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[GlobalEventHandlers interface: window must inherit property "ontouchstart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[GlobalEventHandlers interface: window must inherit property "ontouchend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[GlobalEventHandlers interface: window must inherit property "ontouchmove" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[GlobalEventHandlers interface: window must inherit property "ontouchcancel" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[GlobalEventHandlers interface: document must inherit property "ontouchstart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[GlobalEventHandlers interface: document must inherit property "ontouchend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[GlobalEventHandlers interface: document must inherit property "ontouchmove" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[GlobalEventHandlers interface: document must inherit property "ontouchcancel" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[GlobalEventHandlers interface: document.body must inherit property "ontouchstart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[GlobalEventHandlers interface: document.body must inherit property "ontouchend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[GlobalEventHandlers interface: document.body must inherit property "ontouchmove" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[GlobalEventHandlers interface: document.body must inherit property "ontouchcancel" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "ontouchcancel" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "ontouchstart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute ontouchend]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute ontouchcancel]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute ontouchend]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "ontouchend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute ontouchstart]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute ontouchmove]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute ontouchmove]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute ontouchend]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "ontouchmove" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute ontouchstart]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute ontouchcancel]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute ontouchstart]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute ontouchmove]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute ontouchcancel]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue