[Mac] Implement Ambient Light API
[chromium-blink-merge.git] / content / browser / resources / gpu / gpu_internals.html
blob8f18dc8bc43ef72444dea4b9a0f0c55ba6ce2e57
1 <!doctype html>
2 <html>
3 <!--
4 Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
8 <head i18n-values="dir:textdirection;">
9 <meta name="viewport" content="width=device-width" />
10 <style>
11 * {
12 box-sizing: border-box;
13 -webkit-user-select: none;
16 body {
17 cursor: default;
18 font-family: sans-serif;
19 padding: 0;
22 #debug-div {
23 display: -webkit-box;
24 position: fixed;
25 top: 0px;
26 left: 50%;
27 border: 1px solid red;
30 tabbox tabpanels {
31 padding: 10px;
34 </style>
35 <link rel="stylesheet" href="info_view.css">
36 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
37 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
38 <script src="chrome://resources/js/cr.js"></script>
39 <script src="chrome://resources/js/cr/event_target.js"></script>
40 <script src="chrome://resources/js/cr/ui.js"></script>
41 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
42 <script src="chrome://resources/js/cr/ui/tabs.js"></script>
43 <script src="chrome://resources/js/load_time_data.js"></script>
44 <script src="chrome://resources/js/util.js"></script>
45 <script src="gpu_internals.js"></script>
46 <script src="strings.js"></script>
47 </head>
48 <body>
49 <div id="debug-div">
50 </div>
51 <include src="info_view.html">
52 <script src="chrome://resources/js/i18n_template2.js"></script>
53 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
54 </body>
55 </html>