servo/tests/wpt/web-platform-tests/css/css-ui/compute-kind-widget-fallback-textarea-ref.html

12 lines
269 B
HTML

<!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>