blob: 504b78df896694352a7d9104dc2dba3765757c73 [file] [log] [blame]
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>USB Internals</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="usb_internals.css">
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="usb_internals.js"></script>
</head>
<body>
<p>
<table class="styled-table">
<thead>
<tr>
<th>Name</th>
<th>Serial number</th>
<th>Landing page</th>
<th>Allowed origin</th>
<th>
</tr>
</thead>
<tbody id="test-device-list">
</tbody>
</table>
</p>
<div class="page-section">
<strong>Add a test device:</strong>
<form id="add-test-device-form" action="">
<p>
<label>
Name: <input id="test-device-name" type="text" size="40">
</label>
</p>
<p>
<label>
Serial number: <input id="test-device-serial" type="text" size="40">
</label>
</p>
<p>
<label>
Landing page:
<input id="test-device-landing-page" type="text" size="40">
</label>
</p>
<p>
<label>
Allowed origin:
<input id="test-device-allowed-origin" type="text" size="40">
</label>
</p>
<button type="submit">Add</button> <span id="add-test-device-result"></span>
</form>
</div>
</body>
</html>