| <!-- Copyright 2018 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.--> |
| <!doctype html> |
| <html dir="$i18n{textdirection}" lang="$i18n{language}"> |
| <head> |
| <meta charset="utf-8"> |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| <script src="chrome://resources/js/mojo_bindings.js"></script> |
| <script src="process_internals.mojom.js"></script> |
| <script src='process_internals.js'></script> |
| <title>Process Model Internals</title> |
| </head> |
| <div id="site-isolation-mode">Site Isolation mode: <span id='isolation-mode'>unknown</span></div> |
| <div id="isolated-origins-container">Isolated origins: <span id='isolated-origins'></span></div> |
| </html> |