Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Calendar Dialog Row Test</title>
<link rel="localization" href="messenger/calendarDialog.ftl" />
<script type="module" src="chrome://messenger/content/calendar-dialog-categories.mjs"></script>
</head>
<body>
<template id="calendarDialogCategoriesTemplate">
<ul class="categories-list"></ul>
<span class="overflow-label" hidden="hidden"></span>
</template>
<calendar-dialog-categories></calendar-dialog-categories>
</body>
</html>