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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 /* Copyright 2017 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5 html, body {
6 margin: 0;
7 padding: 0;
8 width: 100%;
9 height: 100%;
10 }
11 #webgl-canvas {
12 box-sizing: border-box;
13 height: 100%;
14 left: 0;
15 margin: 0;
16 position: absolute;
17 top: 0;
18 width: 100%;
19 }
20 #log {
21 display: none;
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698