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

Side by Side Diff: chrome/test/data/android/webvr_instrumentation/html/test_navigation_webvr_page.html

Issue 2883273006: Better generalize VR test framework (Closed)
Patch Set: Address nits Created 3 years, 6 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
1 <!doctype html> 1 <!doctype html>
2 <!-- WebVR page to test transitions. --> 2 <!-- WebVR page to test transitions. -->
3 <html> 3 <html>
4 <body> 4 <body>
5 <input type="checkbox" onclick="setFullscreen(this)" id="fullscreen">Fullscr een 5 <input type="checkbox" onclick="setFullscreen(this)" id="fullscreen">Fullscr een
6 <canvas id="webgl-canvas"></canvas> 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> 7 <script src="../resources/webvr_e2e.js"></script>
9 <script src="../resources/webvr_boilerplate.js"></script> 8 <script src="../resources/webvr_boilerplate.js"></script>
10 <script src="../resources/navigation_e2e.js"></script> 9 <script src="../resources/navigation_e2e.js"></script>
11 </body> 10 </body>
12 </html> 11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698