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