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

Unified Diff: third_party/WebKit/LayoutTests/vr/getVRDisplays_one_display.html

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/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");

Powered by Google App Engine
This is Rietveld 408576698