| Index: third_party/WebKit/LayoutTests/vr/getVRDisplays_two_display.html
|
| diff --git a/third_party/WebKit/LayoutTests/vr/getVRDisplays_two_display.html b/third_party/WebKit/LayoutTests/vr/getVRDisplays_two_display.html
|
| index 1b144d6452a05c2eb13a0a0c9b14b62cbac63c4b..087b8d7054a8691aa028f837d669c0a93e069b8a 100644
|
| --- a/third_party/WebKit/LayoutTests/vr/getVRDisplays_two_display.html
|
| +++ b/third_party/WebKit/LayoutTests/vr/getVRDisplays_two_display.html
|
| @@ -19,7 +19,6 @@ vr_test( (t) => {
|
|
|
| t.step( () => {
|
| assert_equals(pixel.displayName, "Google, Inc. Daydream View");
|
| - assert_true(pixel.capabilities.hasOrientation);
|
| assert_true(pixel.capabilities.canPresent);
|
| assert_false(pixel.capabilities.hasPosition);
|
| assert_false(pixel.capabilities.hasExternalDisplay);
|
| @@ -30,7 +29,6 @@ vr_test( (t) => {
|
|
|
| t.step( () => {
|
| assert_equals(fake.displayName, "FakeVRDisplay");
|
| - assert_true(fake.capabilities.hasOrientation);
|
| assert_false(fake.capabilities.canPresent);
|
| assert_false(fake.capabilities.hasPosition);
|
| assert_false(fake.capabilities.hasExternalDisplay);
|
|
|