Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, you can obtain one at http://mozilla.org/MPL/2.0/. -->
<head>
<meta charset="utf-8" />
<title>Test for the contact-avatar custom element</title>
<style>
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
}
</style>
<script type="module" src="chrome://messenger/content/contact-avatar.mjs"></script>
</head>
<body>
<contact-avatar></contact-avatar>
</body>
</html>