Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<title>Calendar Dialog Attendee Test</title>
<link rel="localization" href="messenger/calendarDialog.ftl" />
<script type="module" src="chrome://messenger/content/calendar-dialog-attendee.mjs"></script>
</head>
<body>
<template id="calendarDialogAttendeeTemplate" xmlns="http://www.w3.org/1999/xhtml">
<span class="attendee-name"></span>
<span class="attendee-email"></span>
<span class="attendee-label"></span>
<img src="" class="attendee-icon"/>
</template>
<calendar-dialog-attendee></calendar-dialog-attendee>
</body>
</html>