• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE HTML>
2<html>
3<!--
4Copyright (c) 2012 The Chromium Authors. All rights reserved.
5Use of this source code is governed by a BSD-style license that can be
6found in the LICENSE file.
7-->
8<head i18n-values="dir:textdirection;">
9<style>
10* {
11  box-sizing: border-box;
12  -webkit-user-select: none;
13}
14
15body {
16  cursor: default;
17  font-family: sans-serif;
18  padding: 0;
19}
20
21#debug-div {
22  display: -webkit-box;
23  position: fixed;
24  top: 0px;
25  left: 50%;
26  border: 1px solid red;
27}
28
29tabbox tabpanels {
30  padding: 10px;
31}
32
33</style>
34<link rel="stylesheet" href="info_view.css">
35<link rel="stylesheet" href="chrome://resources/css/tabs.css">
36<link rel="stylesheet" href="chrome://resources/css/widgets.css">
37<script src="chrome://resources/js/cr.js"></script>
38<script src="chrome://resources/js/cr/event_target.js"></script>
39<script src="chrome://resources/js/cr/ui.js"></script>
40<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
41<script src="chrome://resources/js/cr/ui/tabs.js"></script>
42<script src="chrome://resources/js/util.js"></script>
43<script src="gpu_internals.js"></script>
44<script src="strings.js"></script>
45</head>
46<body>
47  <div id="debug-div">
48  </div>
49  <include src="info_view.html">
50  <script src="chrome://resources/js/i18n_template.js"></script>
51  <script src="chrome://resources/js/i18n_process.js"></script>
52  <script src="chrome://resources/js/jstemplate_compiled.js"></script>
53</body>
54</html>
55