chromium/chrome/browser/resources/location_internals/location_internals.html

<!DOCTYPE html>
<!--
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.
-->
<html dir="$i18n{textdirection}" lang="$i18n{language}">
  <head>
    <meta charset="utf-8">
    <title>Location Internals</title>
    <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
    <link rel="stylesheet" href="location_internals.css">
  </head>
  <body>
    <h2 class="header">Location Internals</h2>
    <header class="page-header">
      <button id="watch-btn">Start Watching Position</button>
      <button id="log-btn">Download the location-internals dump</button>
      <div id="refresh-status">Error fetching Geolocation API internals</div>
    </header>
    <diagnose-info-view id="diagnose-info-view"></diagnose-info-view>
    <script type="module" src="location_internals.js"></script>
  </body>
</html>