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

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

Issue 2851313002: Adds end-to-end tests for VrShell navigation transitions. (Closed)
Patch Set: Created 3 years, 8 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/html/test_navigation_webvr_page.html
diff --git a/chrome/test/data/android/webvr_instrumentation/html/test_navigation_webvr_page.html b/chrome/test/data/android/webvr_instrumentation/html/test_navigation_webvr_page.html
new file mode 100644
index 0000000000000000000000000000000000000000..e1e4b3b4b072cecd70899113d69cf84a838f93f8
--- /dev/null
+++ b/chrome/test/data/android/webvr_instrumentation/html/test_navigation_webvr_page.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<!-- WebVR page to test transitions. -->
+<html>
+ <body>
+ <input type="checkbox" onclick="setFullscreen(this)" id="fullscreen">Fullscreen
+ <canvas id="webgl-canvas"></canvas>
+ <script src="../../../../../../third_party/WebKit/LayoutTests/resources/testharness.js"></script>
bsheedy 2017/05/01 21:48:17 Should be able to remove here, too.
tiborg 2017/05/01 23:09:46 But I need it for the add_completion_callback in w
+ <script src="../resources/webvr_e2e.js"></script>
+ <script src="../resources/webvr_boilerplate.js"></script>
+ <script src="../resources/navigation_e2e.js"></script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698