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

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: 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="../../../../../../third_party/WebKit/LayoutTests/resources/test harness.js"></script>
bsheedy 2017/05/01 21:48:17 Since you aren't doing any actual JavaScript-side
tiborg 2017/05/01 23:09:46 Done.
7 <script src="../resources/webvr_e2e.js"></script>
8 <script src="../resources/navigation_e2e.js"></script>
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698