Index: chrome/test/data/android/webvr_instrumentation/html/test_no_warning_on_secure_site.html |
diff --git a/chrome/test/data/android/webvr_instrumentation/html/test_no_warning_on_secure_site.html b/chrome/test/data/android/webvr_instrumentation/html/test_no_warning_on_secure_site.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8430e145a1f7c1ddf23555fdc3673510b69b0450 |
--- /dev/null |
+++ b/chrome/test/data/android/webvr_instrumentation/html/test_no_warning_on_secure_site.html |
@@ -0,0 +1,14 @@ |
+<!doctype html> |
+<!-- |
+Used to test that the insecure origin warning doesn't show on secure sites. |
+--> |
+<html> |
+ <head> |
+ <link rel="stylesheet" type="text/css" href="../resources/webvr_e2e.css"> |
+ </head> |
+ <body> |
+ <canvas id="webgl-canvas"></canvas> |
+ <script src="../resources/webvr_e2e.js"></script> |
+ <script src="../resources/webvr_boilerplate.js"></script> |
+ </body> |
+</html> |