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
<head>
  <meta charset="utf-8" />
  <title>Test for the contact-avatar custom element</title>
  <style>
    html {
      height: 100%;
    }
    body {
      height: 100%;
      margin: 0;
    }
  </style>
</head>
<body>
  <contact-avatar></contact-avatar>
</body>
</html>