blob: 8a1c4271da94abc02cf2d574adc13d2883dda8a2 [file] [log] [blame]
<!doctype html>
<html>
<!--
Copyright (c) 2012 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.
-->
<head i18n-values="dir:textdirection;lang:language">
<meta name="viewport" content="width=device-width" />
<style>
* {
box-sizing: border-box;
-webkit-user-select: none;
}
body {
cursor: default;
font-family: sans-serif;
padding: 0;
}
#debug-div {
display: -webkit-box;
position: fixed;
top: 0px;
left: 50%;
border: 1px solid red;
}
tabbox tabpanels {
padding: 10px;
}
</style>
<link rel="stylesheet" href="info_view.css">
<link rel="stylesheet" href="chrome://resources/css/tabs.css">
<link rel="stylesheet" href="chrome://resources/css/widgets.css">
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/event_target.js"></script>
<script src="chrome://resources/js/cr/ui.js"></script>
<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
<script src="chrome://resources/js/cr/ui/tabs.js"></script>
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="gpu_internals.js"></script>
<script src="strings.js"></script>
</head>
<body>
<div id="debug-div">
</div>
<include src="info_view.html">
<script src="chrome://resources/js/i18n_template.js"></script>
<script src="chrome://resources/js/jstemplate_compiled.js"></script>
</body>
</html>