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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <!-- 2D page to test transitions. -->
3 <html>
4 <body>
5 <input type="checkbox" onclick="setFullscreen(this)" id="fullscreen">Fullscr een
6 <script src="../resources/webvr_e2e.js"></script>
7 <script src="../resources/navigation_e2e.js"></script>
8 </body>
9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698