Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1952)

Unified Diff: chrome/test/data/android/webvr_instrumentation/html/test_no_warning_on_secure_site.html

Issue 2773903003: Add way to get native VR UI information from Java (Closed)
Patch Set: Switch to using names instead of IDs Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698