Chromium Code Reviews| 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; |
| +} |