summaryrefslogtreecommitdiff
path: root/chromium/weblayer/browser/resources/weblayer_internals/weblayer_internals.html
blob: 8c10a03d53150fc6653aeda9397a1330a2b63919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title>WebLayer Internals</title>
    <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">

    <script src="chrome://resources/js/cr.js"></script>
    <script src="chrome://resources/js/assert.js"></script>
    <script src="chrome://resources/js/promise_resolver.js"></script>
    <script src="chrome://resources/js/util.js"></script>
    <script src="chrome://resources/mojo/mojo/public/js/mojo_bindings_lite.js"></script>
    <script src="weblayer_internals.mojom-lite.js"></script>
    <script src="weblayer_internals.js"></script>
  </head>
  <body>
    <h1>WebLayer Internals</h1>
    <div>
      <label id="remote-debug-label" hidden>
        <input type="checkbox" id="remote-debug">
        Enable remote debugging
      </label>
    </div>
  </body>
</html>