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

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

Issue 2613103002: Added 8 new vr layout tests for various requestPresent conditions (Closed)
Patch Set: Created 3 years, 11 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/requestPresent_reject_notsupported.html
diff --git a/third_party/WebKit/LayoutTests/vr/requestPresent_reject_notsupported.html b/third_party/WebKit/LayoutTests/vr/requestPresent_reject_notsupported.html
index 4f0f69eee56e0bdb59422d9b6b2b4e9ee0e3caf8..5e4bd6a98eb50a9befc9ef30f643a24ecc792698 100644
--- a/third_party/WebKit/LayoutTests/vr/requestPresent_reject_notsupported.html
+++ b/third_party/WebKit/LayoutTests/vr/requestPresent_reject_notsupported.html
@@ -19,7 +19,7 @@ vr_test((service) => {
displays[0].requestPresent([{ source : webglCanvas }]).then( () => {
asyncTest.step( () => {
assert_unreached();
- }, "Display should be presenting");
+ }, "Display should not be presenting");
}, (err) => {
asyncTest.step( () => {
assert_false(displays[0].isPresenting);

Powered by Google App Engine
This is Rietveld 408576698