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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/webvr/idlharness-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvr/idlharness-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/webvr/idlharness-expected.txt
index 21e0ffa8f4332381223368ea63631e77f566ff27..c5a5cae66a0a6cc43d98762bcf901b0cf2c1f3c8 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/webvr/idlharness-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/webvr/idlharness-expected.txt
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
-Found 99 tests; 76 PASS, 23 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 99 tests; 81 PASS, 18 FAIL, 0 TIMEOUT, 0 NOTRUN.
FAIL Window interface: attribute onvrdisplayconnect assert_own_property: The global object must have a property "onvrdisplayconnect" expected property "onvrdisplayconnect" missing
FAIL Window interface: attribute onvrdisplaydisconnect assert_own_property: The global object must have a property "onvrdisplaydisconnect" expected property "onvrdisplaydisconnect" missing
FAIL Window interface: attribute onvrdisplayactivate assert_own_property: The global object must have a property "onvrdisplayactivate" expected property "onvrdisplayactivate" missing
@@ -50,10 +50,10 @@ PASS VRFieldOfView interface object length
PASS VRFieldOfView interface object name
FAIL VRFieldOfView interface: existence and properties of interface prototype object assert_equals: class string of VRFieldOfView.prototype expected "[object VRFieldOfViewPrototype]" but got "[object VRFieldOfView]"
PASS VRFieldOfView interface: existence and properties of interface prototype object's "constructor" property
-FAIL VRFieldOfView interface: attribute upDegrees assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function "function () { [native code] }"
-FAIL VRFieldOfView interface: attribute rightDegrees assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function "function () { [native code] }"
-FAIL VRFieldOfView interface: attribute downDegrees assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function "function () { [native code] }"
-FAIL VRFieldOfView interface: attribute leftDegrees assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function "function () { [native code] }"
+PASS VRFieldOfView interface: attribute upDegrees
+PASS VRFieldOfView interface: attribute rightDegrees
+PASS VRFieldOfView interface: attribute downDegrees
+PASS VRFieldOfView interface: attribute leftDegrees
PASS VRPose interface: existence and properties of interface object
PASS VRPose interface object length
PASS VRPose interface object name
@@ -93,7 +93,7 @@ PASS VRStageParameters interface: attribute sittingToStandingTransform
PASS VRStageParameters interface: attribute sizeX
PASS VRStageParameters interface: attribute sizeZ
PASS VRDisplayEvent interface: existence and properties of interface object
-FAIL VRDisplayEvent interface object length assert_equals: wrong value for VRDisplayEvent.length expected 2 but got 1
+PASS VRDisplayEvent interface object length
PASS VRDisplayEvent interface object name
FAIL VRDisplayEvent interface: existence and properties of interface prototype object assert_equals: class string of VRDisplayEvent.prototype expected "[object VRDisplayEventPrototype]" but got "[object VRDisplayEvent]"
PASS VRDisplayEvent interface: existence and properties of interface prototype object's "constructor" property

Powered by Google App Engine
This is Rietveld 408576698