chromium/chrome/browser/resources/chromeos/vc_tray_tester/main.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. -->

<!DOCTYPE HTML>
<html dir="$i18n{textdirection}" lang="$i18n{language}">

<head>
  <meta charset="utf-8">
  <title>Video Conference Tray Tester</title>
  <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
</head>

<body>
  <vc-tray-tester></vc-tray-tester>
  <script type="module" src="vc_tray_tester.js"></script>
</body>

</html>