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

Unified Diff: chrome/test/data/android/webvr_instrumentation/resources/navigation_e2e.js

Issue 2883273006: Better generalize VR test framework (Closed)
Patch Set: Address nits Created 3 years, 7 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: chrome/test/data/android/webvr_instrumentation/resources/navigation_e2e.js
diff --git a/chrome/test/data/android/webvr_instrumentation/resources/navigation_e2e.js b/chrome/test/data/android/webvr_instrumentation/resources/navigation_e2e.js
index 3282451282a0a897fd631fdb2948e52a3999f31a..80f1503fd6646f3e83c9b3867bf8c129c2566d75 100644
--- a/chrome/test/data/android/webvr_instrumentation/resources/navigation_e2e.js
+++ b/chrome/test/data/android/webvr_instrumentation/resources/navigation_e2e.js
@@ -13,4 +13,3 @@ function onFullscreenChange() {
finishJavaScriptStep();
}
document.addEventListener('webkitfullscreenchange', onFullscreenChange, false);
-window.addEventListener('load', finishJavaScriptStep, false);

Powered by Google App Engine
This is Rietveld 408576698