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

Unified Diff: chrome/test/data/android/webvr_instrumentation/html/test_requestPresent_enters_vr.html

Issue 2750763006: Correct misnamed WebVR event in tests (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « chrome/test/data/android/webvr_instrumentation/html/test_nfc_fires_vrdisplayactivate.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/android/webvr_instrumentation/html/test_requestPresent_enters_vr.html
diff --git a/chrome/test/data/android/webvr_instrumentation/html/test_requestPresent_enters_vr.html b/chrome/test/data/android/webvr_instrumentation/html/test_requestPresent_enters_vr.html
index 059ff7217d606192d382676b4feb34aa6e70c99b..c37f791113cd95d5edc939f40187e0d64c4ae604 100644
--- a/chrome/test/data/android/webvr_instrumentation/html/test_requestPresent_enters_vr.html
+++ b/chrome/test/data/android/webvr_instrumentation/html/test_requestPresent_enters_vr.html
@@ -13,7 +13,7 @@ Tests that requestPresent actually enters VR from Chrome's view
<script src="../resources/webvr_boilerplate.js"></script>
<script>
var t = async_test("A successful requestPresent call actually enters VR");
- window.addEventListener("onvrdisplaypresentchange", () => {t.done();}, false);
+ window.addEventListener("vrdisplaypresentchange", () => {t.done();}, false);
</script>
</body>
</html>
« no previous file with comments | « chrome/test/data/android/webvr_instrumentation/html/test_nfc_fires_vrdisplayactivate.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698