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

Side by Side 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: 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 <!-- WebVR page to test transitions. -->
3 <html>
4 <body>
5 <input type="checkbox" onclick="setFullscreen(this)" id="fullscreen">Fullscr een
6 <canvas id="webgl-canvas"></canvas>
7 <script src="../../../../../../third_party/WebKit/LayoutTests/resources/test harness.js"></script>
8 <script src="../resources/webvr_e2e.js"></script>
9 <script src="../resources/webvr_boilerplate.js"></script>
10 <script src="../resources/navigation_e2e.js"></script>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698