Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-ui
/
compute-kind-widget-fallback-button-ref.html
blob: 9007ecb7fb9376a3a61cdeed18190e565c47b677 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
Reference: Compute kind of widget - fallback - button
</title>
<style>
#
container
{
width
:
500px
;
}
button
{
appearance
:
none
;
}
</style>
<div
id
=
"container"
>
<button>
button
</button>
</div>