summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ui/compute-kind-widget-fallback-button-ref.html
blob: 9007ecb7fb9376a3a61cdeed18190e565c47b677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>