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

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

Issue 2777903008: Removed deprecated WebVR functionality (Closed)
Patch Set: Another test re-baseline Created 3 years, 8 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 85 tests; 67 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
13 FAIL HTMLIFrameElement interface: attribute allowvr assert_true: The prototype o bject must have a property "allowvr" expected true got false 13 FAIL HTMLIFrameElement interface: attribute allowvr assert_true: The prototype o bject must have a property "allowvr" expected true got false
14 PASS Gamepad interface: attribute displayId 14 PASS Gamepad interface: attribute displayId
15 PASS VRDisplay interface: existence and properties of interface object 15 PASS VRDisplay interface: existence and properties of interface object
16 PASS VRDisplay interface object length 16 PASS VRDisplay interface object length
17 PASS VRDisplay interface object name 17 PASS VRDisplay interface object name
18 FAIL VRDisplay interface: existence and properties of interface prototype object assert_equals: class string of VRDisplay.prototype expected "[object VRDisplayP rototype]" but got "[object VRDisplay]" 18 FAIL VRDisplay interface: existence and properties of interface prototype object assert_equals: class string of VRDisplay.prototype expected "[object VRDisplayP rototype]" but got "[object VRDisplay]"
19 PASS VRDisplay interface: existence and properties of interface prototype object 's "constructor" property 19 PASS VRDisplay interface: existence and properties of interface prototype object 's "constructor" property
20 PASS VRDisplay interface: attribute isConnected
21 PASS VRDisplay interface: attribute isPresenting 20 PASS VRDisplay interface: attribute isPresenting
22 PASS VRDisplay interface: attribute capabilities 21 PASS VRDisplay interface: attribute capabilities
23 PASS VRDisplay interface: attribute stageParameters 22 PASS VRDisplay interface: attribute stageParameters
24 PASS VRDisplay interface: operation getEyeParameters(VREye) 23 PASS VRDisplay interface: operation getEyeParameters(VREye)
25 PASS VRDisplay interface: attribute displayId 24 PASS VRDisplay interface: attribute displayId
26 PASS VRDisplay interface: attribute displayName 25 PASS VRDisplay interface: attribute displayName
27 PASS VRDisplay interface: operation getFrameData(VRFrameData) 26 PASS VRDisplay interface: operation getFrameData(VRFrameData)
28 PASS VRDisplay interface: operation getPose()
29 PASS VRDisplay interface: operation resetPose()
30 PASS VRDisplay interface: attribute depthNear 27 PASS VRDisplay interface: attribute depthNear
31 PASS VRDisplay interface: attribute depthFar 28 PASS VRDisplay interface: attribute depthFar
32 PASS VRDisplay interface: operation requestAnimationFrame(FrameRequestCallback) 29 PASS VRDisplay interface: operation requestAnimationFrame(FrameRequestCallback)
33 PASS VRDisplay interface: operation cancelAnimationFrame(long) 30 PASS VRDisplay interface: operation cancelAnimationFrame(long)
34 PASS VRDisplay interface: operation requestPresent([object Object]) 31 PASS VRDisplay interface: operation requestPresent([object Object])
35 PASS VRDisplay interface: operation exitPresent() 32 PASS VRDisplay interface: operation exitPresent()
36 PASS VRDisplay interface: operation getLayers() 33 PASS VRDisplay interface: operation getLayers()
37 PASS VRDisplay interface: operation submitFrame() 34 PASS VRDisplay interface: operation submitFrame()
38 PASS VRDisplayCapabilities interface: existence and properties of interface obje ct 35 PASS VRDisplayCapabilities interface: existence and properties of interface obje ct
39 PASS VRDisplayCapabilities interface object length 36 PASS VRDisplayCapabilities interface object length
40 PASS VRDisplayCapabilities interface object name 37 PASS VRDisplayCapabilities interface object name
41 FAIL VRDisplayCapabilities interface: existence and properties of interface prot otype object assert_equals: class string of VRDisplayCapabilities.prototype expe cted "[object VRDisplayCapabilitiesPrototype]" but got "[object VRDisplayCapabil ities]" 38 FAIL VRDisplayCapabilities interface: existence and properties of interface prot otype object assert_equals: class string of VRDisplayCapabilities.prototype expe cted "[object VRDisplayCapabilitiesPrototype]" but got "[object VRDisplayCapabil ities]"
42 PASS VRDisplayCapabilities interface: existence and properties of interface prot otype object's "constructor" property 39 PASS VRDisplayCapabilities interface: existence and properties of interface prot otype object's "constructor" property
43 PASS VRDisplayCapabilities interface: attribute hasPosition 40 PASS VRDisplayCapabilities interface: attribute hasPosition
44 PASS VRDisplayCapabilities interface: attribute hasOrientation
45 PASS VRDisplayCapabilities interface: attribute hasExternalDisplay 41 PASS VRDisplayCapabilities interface: attribute hasExternalDisplay
46 PASS VRDisplayCapabilities interface: attribute canPresent 42 PASS VRDisplayCapabilities interface: attribute canPresent
47 PASS VRDisplayCapabilities interface: attribute maxLayers 43 PASS VRDisplayCapabilities interface: attribute maxLayers
48 PASS VRFieldOfView interface: existence and properties of interface object
49 PASS VRFieldOfView interface object length
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]"
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] }"
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] }"
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] }"
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] }"
57 PASS VRPose interface: existence and properties of interface object 44 PASS VRPose interface: existence and properties of interface object
58 PASS VRPose interface object length 45 PASS VRPose interface object length
59 PASS VRPose interface object name 46 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]" 47 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 48 PASS VRPose interface: existence and properties of interface prototype object's "constructor" property
62 PASS VRPose interface: attribute position 49 PASS VRPose interface: attribute position
63 PASS VRPose interface: attribute linearVelocity 50 PASS VRPose interface: attribute linearVelocity
64 PASS VRPose interface: attribute linearAcceleration 51 PASS VRPose interface: attribute linearAcceleration
65 PASS VRPose interface: attribute orientation 52 PASS VRPose interface: attribute orientation
66 PASS VRPose interface: attribute angularVelocity 53 PASS VRPose interface: attribute angularVelocity
67 PASS VRPose interface: attribute angularAcceleration 54 PASS VRPose interface: attribute angularAcceleration
68 PASS VRFrameData interface: existence and properties of interface object 55 PASS VRFrameData interface: existence and properties of interface object
69 PASS VRFrameData interface object length 56 PASS VRFrameData interface object length
70 PASS VRFrameData interface object name 57 PASS VRFrameData interface object name
71 FAIL VRFrameData interface: existence and properties of interface prototype obje ct assert_equals: class string of VRFrameData.prototype expected "[object VRFram eDataPrototype]" but got "[object VRFrameData]" 58 FAIL VRFrameData interface: existence and properties of interface prototype obje ct assert_equals: class string of VRFrameData.prototype expected "[object VRFram eDataPrototype]" but got "[object VRFrameData]"
72 PASS VRFrameData interface: existence and properties of interface prototype obje ct's "constructor" property 59 PASS VRFrameData interface: existence and properties of interface prototype obje ct's "constructor" property
73 PASS VRFrameData interface: attribute leftProjectionMatrix 60 PASS VRFrameData interface: attribute leftProjectionMatrix
74 PASS VRFrameData interface: attribute leftViewMatrix 61 PASS VRFrameData interface: attribute leftViewMatrix
75 PASS VRFrameData interface: attribute rightProjectionMatrix 62 PASS VRFrameData interface: attribute rightProjectionMatrix
76 PASS VRFrameData interface: attribute rightViewMatrix 63 PASS VRFrameData interface: attribute rightViewMatrix
77 PASS VRFrameData interface: attribute pose 64 PASS VRFrameData interface: attribute pose
78 PASS VREyeParameters interface: existence and properties of interface object 65 PASS VREyeParameters interface: existence and properties of interface object
79 PASS VREyeParameters interface object length 66 PASS VREyeParameters interface object length
80 PASS VREyeParameters interface object name 67 PASS VREyeParameters interface object name
81 FAIL VREyeParameters interface: existence and properties of interface prototype object assert_equals: class string of VREyeParameters.prototype expected "[objec t VREyeParametersPrototype]" but got "[object VREyeParameters]" 68 FAIL VREyeParameters interface: existence and properties of interface prototype object assert_equals: class string of VREyeParameters.prototype expected "[objec t VREyeParametersPrototype]" but got "[object VREyeParameters]"
82 PASS VREyeParameters interface: existence and properties of interface prototype object's "constructor" property 69 PASS VREyeParameters interface: existence and properties of interface prototype object's "constructor" property
83 PASS VREyeParameters interface: attribute offset 70 PASS VREyeParameters interface: attribute offset
84 PASS VREyeParameters interface: attribute fieldOfView
85 PASS VREyeParameters interface: attribute renderWidth 71 PASS VREyeParameters interface: attribute renderWidth
86 PASS VREyeParameters interface: attribute renderHeight 72 PASS VREyeParameters interface: attribute renderHeight
87 PASS VRStageParameters interface: existence and properties of interface object 73 PASS VRStageParameters interface: existence and properties of interface object
88 PASS VRStageParameters interface object length 74 PASS VRStageParameters interface object length
89 PASS VRStageParameters interface object name 75 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]" 76 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 77 PASS VRStageParameters interface: existence and properties of interface prototyp e object's "constructor" property
92 PASS VRStageParameters interface: attribute sittingToStandingTransform 78 PASS VRStageParameters interface: attribute sittingToStandingTransform
93 PASS VRStageParameters interface: attribute sizeX 79 PASS VRStageParameters interface: attribute sizeX
94 PASS VRStageParameters interface: attribute sizeZ 80 PASS VRStageParameters interface: attribute sizeZ
95 PASS VRDisplayEvent interface: existence and properties of interface object 81 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 82 FAIL VRDisplayEvent interface object length assert_equals: wrong value for VRDis playEvent.length expected 2 but got 1
97 PASS VRDisplayEvent interface object name 83 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]" 84 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 85 PASS VRDisplayEvent interface: existence and properties of interface prototype o bject's "constructor" property
100 PASS VRDisplayEvent interface: attribute display 86 PASS VRDisplayEvent interface: attribute display
101 PASS VRDisplayEvent interface: attribute reason 87 PASS VRDisplayEvent interface: attribute reason
102 Harness: the test ran to completion. 88 Harness: the test ran to completion.
103 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698