summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ui/compute-kind-widget-fallback-input-reset-ref.html
blob: 6899e7102cfd334a897736fe75f4553d328483f6 (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 - input-reset</title>
<style>
    #container { width: 500px; }
    input[type=reset] {
        appearance: none;
    }
</style>
<div id="container">
    <input type="reset" value="input-reset">
</div>