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