OLD | NEW |
---|---|
(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> | |
bsheedy
2017/05/01 21:48:17
Should be able to remove here, too.
tiborg
2017/05/01 23:09:46
But I need it for the add_completion_callback in w
| |
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> | |
OLD | NEW |