Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/webvr/idlharness-expected.txt

Issue 2747373002: Update WebVR API based on prerelease 1.1 except window and navigator interface (Closed)
Patch Set: Update wpt test Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 99 tests; 76 PASS, 23 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 99 tests; 81 PASS, 18 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 FAIL Window interface: attribute onvrdisplayconnect assert_own_property: The glo bal object must have a property "onvrdisplayconnect" expected property "onvrdisp layconnect" missing 3 FAIL Window interface: attribute onvrdisplayconnect assert_own_property: The glo bal object must have a property "onvrdisplayconnect" expected property "onvrdisp layconnect" missing
4 FAIL Window interface: attribute onvrdisplaydisconnect assert_own_property: The global object must have a property "onvrdisplaydisconnect" expected property "on vrdisplaydisconnect" missing 4 FAIL Window interface: attribute onvrdisplaydisconnect assert_own_property: The global object must have a property "onvrdisplaydisconnect" expected property "on vrdisplaydisconnect" missing
5 FAIL Window interface: attribute onvrdisplayactivate assert_own_property: The gl obal object must have a property "onvrdisplayactivate" expected property "onvrdi splayactivate" missing 5 FAIL Window interface: attribute onvrdisplayactivate assert_own_property: The gl obal object must have a property "onvrdisplayactivate" expected property "onvrdi splayactivate" missing
6 FAIL Window interface: attribute onvrdisplaydeactivate assert_own_property: The global object must have a property "onvrdisplaydeactivate" expected property "on vrdisplaydeactivate" missing 6 FAIL Window interface: attribute onvrdisplaydeactivate assert_own_property: The global object must have a property "onvrdisplaydeactivate" expected property "on vrdisplaydeactivate" missing
7 FAIL Window interface: attribute onvrdisplayblur assert_own_property: The global object must have a property "onvrdisplayblur" expected property "onvrdisplayblu r" missing 7 FAIL Window interface: attribute onvrdisplayblur assert_own_property: The global object must have a property "onvrdisplayblur" expected property "onvrdisplayblu r" missing
8 FAIL Window interface: attribute onvrdisplayfocus assert_own_property: The globa l object must have a property "onvrdisplayfocus" expected property "onvrdisplayf ocus" missing 8 FAIL Window interface: attribute onvrdisplayfocus assert_own_property: The globa l object must have a property "onvrdisplayfocus" expected property "onvrdisplayf ocus" missing
9 FAIL Window interface: attribute onvrdisplaypresentchange assert_own_property: T he global object must have a property "onvrdisplaypresentchange" expected proper ty "onvrdisplaypresentchange" missing 9 FAIL Window interface: attribute onvrdisplaypresentchange assert_own_property: T he global object must have a property "onvrdisplaypresentchange" expected proper ty "onvrdisplaypresentchange" missing
10 PASS Navigator interface: operation getVRDisplays() 10 PASS Navigator interface: operation getVRDisplays()
11 FAIL Navigator interface: attribute activeVRDisplays assert_true: The prototype object must have a property "activeVRDisplays" expected true got false 11 FAIL Navigator interface: attribute activeVRDisplays assert_true: The prototype object must have a property "activeVRDisplays" expected true got false
12 FAIL Navigator interface: attribute vrEnabled assert_true: The prototype object must have a property "vrEnabled" expected true got false 12 FAIL Navigator interface: attribute vrEnabled assert_true: The prototype object must have a property "vrEnabled" expected true got false
(...skipping 30 matching lines...) Expand all
43 PASS VRDisplayCapabilities interface: attribute hasPosition 43 PASS VRDisplayCapabilities interface: attribute hasPosition
44 PASS VRDisplayCapabilities interface: attribute hasOrientation 44 PASS VRDisplayCapabilities interface: attribute hasOrientation
45 PASS VRDisplayCapabilities interface: attribute hasExternalDisplay 45 PASS VRDisplayCapabilities interface: attribute hasExternalDisplay
46 PASS VRDisplayCapabilities interface: attribute canPresent 46 PASS VRDisplayCapabilities interface: attribute canPresent
47 PASS VRDisplayCapabilities interface: attribute maxLayers 47 PASS VRDisplayCapabilities interface: attribute maxLayers
48 PASS VRFieldOfView interface: existence and properties of interface object 48 PASS VRFieldOfView interface: existence and properties of interface object
49 PASS VRFieldOfView interface object length 49 PASS VRFieldOfView interface object length
50 PASS VRFieldOfView interface object name 50 PASS VRFieldOfView interface object name
51 FAIL VRFieldOfView interface: existence and properties of interface prototype ob ject assert_equals: class string of VRFieldOfView.prototype expected "[object VR FieldOfViewPrototype]" but got "[object VRFieldOfView]" 51 FAIL VRFieldOfView interface: existence and properties of interface prototype ob ject assert_equals: class string of VRFieldOfView.prototype expected "[object VR FieldOfViewPrototype]" but got "[object VRFieldOfView]"
52 PASS VRFieldOfView interface: existence and properties of interface prototype ob ject's "constructor" property 52 PASS VRFieldOfView interface: existence and properties of interface prototype ob ject's "constructor" property
53 FAIL VRFieldOfView interface: attribute upDegrees assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (functi on) function "function () { [native code] }" 53 PASS VRFieldOfView interface: attribute upDegrees
54 FAIL VRFieldOfView interface: attribute rightDegrees assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (fun ction) function "function () { [native code] }" 54 PASS VRFieldOfView interface: attribute rightDegrees
55 FAIL VRFieldOfView interface: attribute downDegrees assert_equals: setter must b e undefined for readonly attributes expected (undefined) undefined but got (func tion) function "function () { [native code] }" 55 PASS VRFieldOfView interface: attribute downDegrees
56 FAIL VRFieldOfView interface: attribute leftDegrees assert_equals: setter must b e undefined for readonly attributes expected (undefined) undefined but got (func tion) function "function () { [native code] }" 56 PASS VRFieldOfView interface: attribute leftDegrees
57 PASS VRPose interface: existence and properties of interface object 57 PASS VRPose interface: existence and properties of interface object
58 PASS VRPose interface object length 58 PASS VRPose interface object length
59 PASS VRPose interface object name 59 PASS VRPose interface object name
60 FAIL VRPose interface: existence and properties of interface prototype object as sert_equals: class string of VRPose.prototype expected "[object VRPosePrototype] " but got "[object VRPose]" 60 FAIL VRPose interface: existence and properties of interface prototype object as sert_equals: class string of VRPose.prototype expected "[object VRPosePrototype] " but got "[object VRPose]"
61 PASS VRPose interface: existence and properties of interface prototype object's "constructor" property 61 PASS VRPose interface: existence and properties of interface prototype object's "constructor" property
62 PASS VRPose interface: attribute position 62 PASS VRPose interface: attribute position
63 PASS VRPose interface: attribute linearVelocity 63 PASS VRPose interface: attribute linearVelocity
64 PASS VRPose interface: attribute linearAcceleration 64 PASS VRPose interface: attribute linearAcceleration
65 PASS VRPose interface: attribute orientation 65 PASS VRPose interface: attribute orientation
66 PASS VRPose interface: attribute angularVelocity 66 PASS VRPose interface: attribute angularVelocity
(...skipping 19 matching lines...) Expand all
86 PASS VREyeParameters interface: attribute renderHeight 86 PASS VREyeParameters interface: attribute renderHeight
87 PASS VRStageParameters interface: existence and properties of interface object 87 PASS VRStageParameters interface: existence and properties of interface object
88 PASS VRStageParameters interface object length 88 PASS VRStageParameters interface object length
89 PASS VRStageParameters interface object name 89 PASS VRStageParameters interface object name
90 FAIL VRStageParameters interface: existence and properties of interface prototyp e object assert_equals: class string of VRStageParameters.prototype expected "[o bject VRStageParametersPrototype]" but got "[object VRStageParameters]" 90 FAIL VRStageParameters interface: existence and properties of interface prototyp e object assert_equals: class string of VRStageParameters.prototype expected "[o bject VRStageParametersPrototype]" but got "[object VRStageParameters]"
91 PASS VRStageParameters interface: existence and properties of interface prototyp e object's "constructor" property 91 PASS VRStageParameters interface: existence and properties of interface prototyp e object's "constructor" property
92 PASS VRStageParameters interface: attribute sittingToStandingTransform 92 PASS VRStageParameters interface: attribute sittingToStandingTransform
93 PASS VRStageParameters interface: attribute sizeX 93 PASS VRStageParameters interface: attribute sizeX
94 PASS VRStageParameters interface: attribute sizeZ 94 PASS VRStageParameters interface: attribute sizeZ
95 PASS VRDisplayEvent interface: existence and properties of interface object 95 PASS VRDisplayEvent interface: existence and properties of interface object
96 FAIL VRDisplayEvent interface object length assert_equals: wrong value for VRDis playEvent.length expected 2 but got 1 96 PASS VRDisplayEvent interface object length
97 PASS VRDisplayEvent interface object name 97 PASS VRDisplayEvent interface object name
98 FAIL VRDisplayEvent interface: existence and properties of interface prototype o bject assert_equals: class string of VRDisplayEvent.prototype expected "[object VRDisplayEventPrototype]" but got "[object VRDisplayEvent]" 98 FAIL VRDisplayEvent interface: existence and properties of interface prototype o bject assert_equals: class string of VRDisplayEvent.prototype expected "[object VRDisplayEventPrototype]" but got "[object VRDisplayEvent]"
99 PASS VRDisplayEvent interface: existence and properties of interface prototype o bject's "constructor" property 99 PASS VRDisplayEvent interface: existence and properties of interface prototype o bject's "constructor" property
100 PASS VRDisplayEvent interface: attribute display 100 PASS VRDisplayEvent interface: attribute display
101 PASS VRDisplayEvent interface: attribute reason 101 PASS VRDisplayEvent interface: attribute reason
102 Harness: the test ran to completion. 102 Harness: the test ran to completion.
103 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698