diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/option/model-isvalid.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html/elements/option/model-isvalid.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/option/model-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/option/model-isvalid.html new file mode 100644 index 000000000..7cc75ab80 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/option/model-isvalid.html @@ -0,0 +1,6 @@ +<!doctype html> +<meta charset=utf-8> +<title>non-empty option element</title> +<select> +<option>foo</option> +</select> |