diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-ui/compute-kind-widget-fallback-input-reset-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-ui/compute-kind-widget-fallback-input-reset-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-ui/compute-kind-widget-fallback-input-reset-ref.html b/testing/web-platform/tests/css/css-ui/compute-kind-widget-fallback-input-reset-ref.html new file mode 100644 index 0000000000..6899e7102c --- /dev/null +++ b/testing/web-platform/tests/css/css-ui/compute-kind-widget-fallback-input-reset-ref.html @@ -0,0 +1,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> |