blob: 0f13f54a1303b601289166b8017628a4e0e04e1b [file] [log] [blame]
<!doctype html>
<html dir="ltr" lang="en">
<!--
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>
<meta name="viewport" content="width=device-width" />
<style>
* {
box-sizing: border-box;
user-select: none;
}
body {
background-color: white;
cursor: default;
font-family: sans-serif;
padding: 0;
}
#debug-div {
border: 1px solid red;
display: -webkit-box;
left: 50%;
position: fixed;
top: 0;
}
</style>
<link rel="stylesheet" href="info_view.css">
<link rel="stylesheet" href="chrome://resources/css/widgets.css">
<script type="module" src="gpu_internals.js"></script>
</head>
<body>
<div id="debug-div">
</div>
<include src="info_view.html">
<script src="chrome://resources/js/jstemplate_compiled.js"></script>
</body>
</html>