Chromium Code Reviews| Index: chrome/test/data/android/webvr_instrumentation/html/test_navigation_2d_page.html |
| diff --git a/chrome/test/data/android/webvr_instrumentation/html/test_navigation_2d_page.html b/chrome/test/data/android/webvr_instrumentation/html/test_navigation_2d_page.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4c63f997cce502a7ba0c6e54ff493b70d7d4fe92 |
| --- /dev/null |
| +++ b/chrome/test/data/android/webvr_instrumentation/html/test_navigation_2d_page.html |
| @@ -0,0 +1,10 @@ |
| +<!doctype html> |
| +<!-- 2D page to test transitions. --> |
| +<html> |
| + <body> |
| + <input type="checkbox" onclick="setFullscreen(this)" id="fullscreen">Fullscreen |
| + <script src="../../../../../../third_party/WebKit/LayoutTests/resources/testharness.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.
|
| + <script src="../resources/webvr_e2e.js"></script> |
| + <script src="../resources/navigation_e2e.js"></script> |
| + </body> |
| +</html> |