<!--
Copyright 2023 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Experimental Web App Isolation</title>
<script type="module" src="experimental_isolation.js"></script>
</head>
<body>
<button id="clear-button" style="display: none;">
Clear all experimental web app isolation data
</button>
<div id="message"></div>
</body>
</html>