| <!-- Copyright 2021 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> |
| <head> |
| <meta charset="utf-8"> |
| <title></title> |
| <style> |
| html, |
| body { |
| height: 100%; |
| margin: 0; |
| width: 100%; |
| } |
| </style> |
| <link rel="stylesheet" href="chrome://resources/chromeos/colors/cros_styles.css"> |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
| <link rel="stylesheet" href="chrome://resources/css/md_colors.css"> |
| </head> |
| <body> |
| <shimless-rma></shimless-rma> |
| |
| <script type="module" src="shimless_rma.js"></script> |
| <!-- Below mojo script required to run browser tests --> |
| <script src="chrome://resources/mojo/mojo/public/js/mojo_bindings_lite.js"> |
| </script> |
| </body> |
| </html> |