blob: 7ea804b64aadf2aa0d0669c751ab73dde7158464 [file]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Legacy Browser Support Internals</title>
<script src="chrome://resources/js/promise_resolver.js"></script>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/util.js"></script>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<style>
table {
border-collapse: collapse;
font-family: monospace;
font-size: 1.25em;
}
th {
background: black;
color: white;
}
th,
td {
border: 1px solid black;
padding: 6px 10px;
text-align: center;
}
.url {
text-align: start;
}
</style>
</head>
<body>
<h1>Legacy Browser Support Internals</h1>
<!-- TODO(crbug/959379): Hide all this and show a message if
BrowserSwitcherEnabled is false. -->
<h2>Sitelist</h2>
<table id="sitelist"></table>
<h2>Greylist</h2>
<table id="greylist"></table>
<template id="header-row-template">
<tr>
<th>Rule</th>
<th>Source</th>
<th>Type</th>
<th>Inverted?</th>
</tr>
</template>
<template id="rule-row-template">
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</template>
<script src="/internals/browser_switch_internals.js"></script>
</body>
</html>