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

Unified Diff: chrome/test/data/android/webvr_instrumentation/resources/webvr_e2e.css

Issue 2588703003: Add WebVR WebVR E2E test capabilities via Android instrumentation (Closed)
Patch Set: Fix copyright header Created 3 years, 10 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/resources/webvr_e2e.css
diff --git a/chrome/test/data/android/webvr_instrumentation/resources/webvr_e2e.css b/chrome/test/data/android/webvr_instrumentation/resources/webvr_e2e.css
new file mode 100644
index 0000000000000000000000000000000000000000..f3989d813b29e3ebb9cc52b25b5f66981265b3eb
--- /dev/null
+++ b/chrome/test/data/android/webvr_instrumentation/resources/webvr_e2e.css
@@ -0,0 +1,22 @@
+/* Copyright 2017 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+html, body {
+ margin: 0;
+ padding: 0;
+ width: 100%;
+ height: 100%;
+}
+#webgl-canvas {
+ box-sizing: border-box;
+ height: 100%;
+ left: 0;
+ margin: 0;
+ position: absolute;
+ top: 0;
+ width: 100%;
+}
+#log {
+ display: none;
+}

Powered by Google App Engine
This is Rietveld 408576698