Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
html
/
semantics
/
interactive-elements
/
the-dialog-element
/
pass-dialog-ref.html
blob: 6f1a8fde211e87422eaa0bbfcf2f2fd7c1747928 [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<title>
CSS Test Reference
</title>
<style>
dialog
::
backdrop
{
background-color
:
black
;
}
</style>
<dialog
id
=
"dialog"
>
PASS
</dialog>
<script>
dialog
.
showModal
();
</script>