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

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

Issue 2736593002: Update API to latest spec : Remove VRFrameData#timestamp (Closed)
Patch Set: modify mock-vr-service.js 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 100 tests; 77 PASS, 23 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 99 tests; 76 PASS, 23 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
67 PASS VRPose interface: attribute angularAcceleration 67 PASS VRPose interface: attribute angularAcceleration
68 PASS VRFrameData interface: existence and properties of interface object 68 PASS VRFrameData interface: existence and properties of interface object
69 PASS VRFrameData interface object length 69 PASS VRFrameData interface object length
70 PASS VRFrameData interface object name 70 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]" 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]"
72 PASS VRFrameData interface: existence and properties of interface prototype obje ct's "constructor" property 72 PASS VRFrameData interface: existence and properties of interface prototype obje ct's "constructor" property
73 PASS VRFrameData interface: attribute timestamp
74 PASS VRFrameData interface: attribute leftProjectionMatrix 73 PASS VRFrameData interface: attribute leftProjectionMatrix
75 PASS VRFrameData interface: attribute leftViewMatrix 74 PASS VRFrameData interface: attribute leftViewMatrix
76 PASS VRFrameData interface: attribute rightProjectionMatrix 75 PASS VRFrameData interface: attribute rightProjectionMatrix
77 PASS VRFrameData interface: attribute rightViewMatrix 76 PASS VRFrameData interface: attribute rightViewMatrix
78 PASS VRFrameData interface: attribute pose 77 PASS VRFrameData interface: attribute pose
79 PASS VREyeParameters interface: existence and properties of interface object 78 PASS VREyeParameters interface: existence and properties of interface object
80 PASS VREyeParameters interface object length 79 PASS VREyeParameters interface object length
81 PASS VREyeParameters interface object name 80 PASS VREyeParameters interface object name
82 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]" 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]"
83 PASS VREyeParameters interface: existence and properties of interface prototype object's "constructor" property 82 PASS VREyeParameters interface: existence and properties of interface prototype object's "constructor" property
(...skipping 11 matching lines...) Expand all
95 PASS VRStageParameters interface: attribute sizeZ 94 PASS VRStageParameters interface: attribute sizeZ
96 PASS VRDisplayEvent interface: existence and properties of interface object 95 PASS VRDisplayEvent interface: existence and properties of interface object
97 FAIL VRDisplayEvent interface object length assert_equals: wrong value for VRDis playEvent.length expected 2 but got 1 96 FAIL VRDisplayEvent interface object length assert_equals: wrong value for VRDis playEvent.length expected 2 but got 1
98 PASS VRDisplayEvent interface object name 97 PASS VRDisplayEvent interface object name
99 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]"
100 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
101 PASS VRDisplayEvent interface: attribute display 100 PASS VRDisplayEvent interface: attribute display
102 PASS VRDisplayEvent interface: attribute reason 101 PASS VRDisplayEvent interface: attribute reason
103 Harness: the test ran to completion. 102 Harness: the test ran to completion.
104 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698