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

Unified Diff: third_party/WebKit/LayoutTests/vr/getVRDisplays_two_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_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);

Powered by Google App Engine
This is Rietveld 408576698