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