Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<p>The dialog should be open and green:</p>
<dialog open>Dialog</dialog>
<style>
dialog {
background-color: green;
}
</style>