Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
forms
/
meter-appearance-on-pseudo-element.html
blob: 530e1d34d60c00d511479fad2585b0aa0810f6bd [
file
]
<style>
dialog
::
backdrop
{
appearance
:
meter
;
}
</style>
<body>
<dialog
id
=
"dialog"
></dialog>
<p>
This test passes if it does not crash.
</p>
<script>
dialog
.
showModal
();
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</body>