| Index: third_party/WebKit/LayoutTests/vr/getVRDisplays_one_display.html
|
| diff --git a/third_party/WebKit/LayoutTests/vr/getVRDisplays_one_display.html b/third_party/WebKit/LayoutTests/vr/getVRDisplays_one_display.html
|
| index ee9fd9a3ad086aee8de88ad3ff5369317c8f8cbf..4a72b903b5f7b297f9c8a30f27910fb8f80a0221 100644
|
| --- a/third_party/WebKit/LayoutTests/vr/getVRDisplays_one_display.html
|
| +++ b/third_party/WebKit/LayoutTests/vr/getVRDisplays_one_display.html
|
| @@ -15,7 +15,7 @@ vr_test( (t) => {
|
| assert_equals(displays.length, 1);
|
| let display = displays[0];
|
| assert_equals(display.displayName, 'Google, Inc. Daydream View');
|
| - assert_true(display.capabilities.hasOrientation);
|
| + assert_true(display.capabilities.canPresent);
|
| assert_approx_equals(display.depthNear, 0.01, FLOAT_EPSILON);
|
| assert_approx_equals(display.depthFar, 10000.0, FLOAT_EPSILON);
|
| }, "getVRDisplays returned correct results");
|
|
|