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