Chromium Code Reviews| 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..0027319dbfb6841a810f712e248f5bca302723cc 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(pixel.capabilities.canPresent); |
|
bsheedy
2017/03/29 22:19:56
"display", not "pixel"
|
| assert_approx_equals(display.depthNear, 0.01, FLOAT_EPSILON); |
| assert_approx_equals(display.depthFar, 10000.0, FLOAT_EPSILON); |
| }, "getVRDisplays returned correct results"); |