Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /fullscreen/crashtests/backdrop-list-item.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com" />
<style>
dialog::backdrop {
display: list-item;
}
</style>
<dialog></dialog>
<script>
document.querySelector("dialog").showModal();
</script>