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

12 lines
259 B
HTML

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