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..2b9b3b0941f15da81d3e05278456423d6d18c69b |
| --- /dev/null |
| +++ b/chrome/test/data/android/webvr_instrumentation/html/test_navigation_2d_page.html |
| @@ -0,0 +1,9 @@ |
| +<!doctype html> |
| +<!-- 2D page to test transitions. --> |
| +<html> |
| + <body> |
| + <input type="checkbox" onclick="setFullscreen(this)" id="fullscreen">Fullscreen |
| + <script src="../resources/webvr_e2e.js"></script> |
| + <script src="../resources/navigation_e2e.js"></script> |
| + </body> |
| +</html> |