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

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

Issue 2851313002: Adds end-to-end tests for VrShell navigation transitions. (Closed)
Patch Set: Rebased on ToT, incorporated review feedback 3 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_2d_page.html
diff --git a/chrome/test/data/android/webvr_instrumentation/html/test_navigation_2d_page.html b/chrome/test/data/android/webvr_instrumentation/html/test_navigation_2d_page.html
new file mode 100644
index 0000000000000000000000000000000000000000..2b9b3b0941f15da81d3e05278456423d6d18c69b
--- /dev/null
+++ b/chrome/test/data/android/webvr_instrumentation/html/test_navigation_2d_page.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<!-- 2D page to test transitions. -->
+<html>
+ <body>
+ <input type="checkbox" onclick="setFullscreen(this)" id="fullscreen">Fullscreen
+ <script src="../resources/webvr_e2e.js"></script>
+ <script src="../resources/navigation_e2e.js"></script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698