blob: 145578fce456dc4e696f40d4ba71c72ea3a32e3c [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/vr/test/webvr_browser_test.h"
#include "build/build_config.h"
#include "chrome/browser/vr/test/webxr_vr_browser_test.h"
#include "content/public/test/browser_test_utils.h"
namespace vr {
// Tests that WebXR can still get an inline identity reference space when there
// are no runtimes available.
IN_PROC_BROWSER_TEST_F(WebXrVrBrowserTestOpenVrDisabled,
TestInlineIdentityAlwaysAvailable) {
LoadUrlAndAwaitInitialization(
GetFileUrlForHtmlTestFile("test_inline_identity_available"));
WaitOnJavaScriptStep();
EndTest();
}
} // namespace vr