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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2587223003: Update WebVR feature statues so tests can run without command line flags. (Closed)
Patch Set: fix merge conflict with test expectations Created 4 years 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/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index af899f884b29b5079fb83ac53b1618563aaafa34..977236a7e7decab6f27b83e708c71c5a685e8f13 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -1890,20 +1890,35 @@ interface Gamepad
getter axes
getter buttons
getter connected
+ getter displayId
+ getter hand
getter id
getter index
getter mapping
+ getter pose
getter timestamp
method constructor
interface GamepadButton
attribute @@toStringTag
getter pressed
+ getter touched
getter value
method constructor
interface GamepadEvent : Event
attribute @@toStringTag
getter gamepad
method constructor
+interface GamepadPose
+ attribute @@toStringTag
+ getter angularAcceleration
+ getter angularVelocity
+ getter hasOrientation
+ getter hasPosition
+ getter linearAcceleration
+ getter linearVelocity
+ getter orientation
+ getter position
+ method constructor
interface Gyroscope : Sensor
attribute @@toStringTag
getter reading
@@ -4212,6 +4227,7 @@ interface Navigator
method getGamepads
method getInstalledRelatedApps
method getUserMedia
+ method getVRDisplays
method isProtocolHandlerRegistered
method javaEnabled
method registerProtocolHandler
@@ -6803,6 +6819,84 @@ interface USBOutTransferResult
getter bytesWritten
getter status
method constructor
+interface VRDisplay : EventTarget
+ attribute @@toStringTag
+ getter capabilities
+ getter depthFar
+ getter depthNear
+ getter displayId
+ getter displayName
+ getter isConnected
+ getter isPresenting
+ getter stageParameters
+ method cancelAnimationFrame
+ method constructor
+ method exitPresent
+ method getEyeParameters
+ method getFrameData
+ method getLayers
+ method getPose
+ method requestAnimationFrame
+ method requestPresent
+ method resetPose
+ method submitFrame
+ setter depthFar
+ setter depthNear
+interface VRDisplayCapabilities
+ attribute @@toStringTag
+ getter canPresent
+ getter hasExternalDisplay
+ getter hasOrientation
+ getter hasPosition
+ getter maxLayers
+ method constructor
+interface VRDisplayEvent : Event
+ attribute @@toStringTag
+ getter display
+ getter reason
+ method constructor
+interface VREyeParameters
+ attribute @@toStringTag
+ getter fieldOfView
+ getter offset
+ getter renderHeight
+ getter renderWidth
+ method constructor
+interface VRFieldOfView
+ attribute @@toStringTag
+ getter downDegrees
+ getter leftDegrees
+ getter rightDegrees
+ getter upDegrees
+ method constructor
+ setter downDegrees
+ setter leftDegrees
+ setter rightDegrees
+ setter upDegrees
+interface VRFrameData
+ attribute @@toStringTag
+ getter leftProjectionMatrix
+ getter leftViewMatrix
+ getter pose
+ getter rightProjectionMatrix
+ getter rightViewMatrix
+ getter timestamp
+ method constructor
+interface VRPose
+ attribute @@toStringTag
+ getter angularAcceleration
+ getter angularVelocity
+ getter linearAcceleration
+ getter linearVelocity
+ getter orientation
+ getter position
+ method constructor
+interface VRStageParameters
+ attribute @@toStringTag
+ getter sittingToStandingTransform
+ getter sizeX
+ getter sizeZ
+ method constructor
interface VTTCue : TextTrackCue
attribute @@toStringTag
getter align

Powered by Google App Engine
This is Rietveld 408576698