Home | History | Annotate | Download | only in gpu
      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;
     14 }
     15 
     16 body {
     17   cursor: default;
     18   font-family: sans-serif;
     19   padding: 0;
     20 }
     21 
     22 #debug-div {
     23   display: -webkit-box;
     24   position: fixed;
     25   top: 0px;
     26   left: 50%;
     27   border: 1px solid red;
     28 }
     29 
     30 tabbox tabpanels {
     31   padding: 10px;
     32 }
     33 
     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/util.js"></script>
     44 <script src="gpu_internals.js"></script>
     45 <script src="strings.js"></script>
     46 </head>
     47 <body>
     48   <div id="debug-div">
     49   </div>
     50   <include src="info_view.html">
     51   <script src="chrome://resources/js/i18n_template.js"></script>
     52   <script src="chrome://resources/js/i18n_process.js"></script>
     53   <script src="chrome://resources/js/jstemplate_compiled.js"></script>
     54 </body>
     55 </html>
     56