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

Unified Diff: third_party/WebKit/LayoutTests/vr/resources/fake-vr-displays.js

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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/vr/resources/fake-vr-displays.js
diff --git a/third_party/WebKit/LayoutTests/vr/resources/fake-vr-displays.js b/third_party/WebKit/LayoutTests/vr/resources/fake-vr-displays.js
index 50ca11ac181e7d2ba4c49d08a3109c15c63f4131..8c5e7c0e7ae1e134796efcb842c19ee187d83985 100644
--- a/third_party/WebKit/LayoutTests/vr/resources/fake-vr-displays.js
+++ b/third_party/WebKit/LayoutTests/vr/resources/fake-vr-displays.js
@@ -26,7 +26,6 @@ function fakeVRDisplays(){
FakeMagicWindowOnly: {
displayName : "FakeVRDisplay",
capabilities : {
- hasOrientation : true,
hasPosition : false,
hasExternalDisplay : false,
canPresent : false
@@ -39,7 +38,6 @@ function fakeVRDisplays(){
FakeRoomScale: {
displayName : "FakeVRDisplayRoom",
capabilities : {
- hasOrientation : true,
hasPosition : true,
hasExternalDisplay : true,
canPresent : true,
@@ -60,7 +58,6 @@ function fakeVRDisplays(){
Pixel: { // Pixel info as of Dec. 22 2016
displayName : "Google, Inc. Daydream View",
capabilities : {
- hasOrientation : true,
hasPosition : false,
hasExternalDisplay : false,
canPresent : true,

Powered by Google App Engine
This is Rietveld 408576698