summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/option/model-isvalid.html
diff options
context:
space:
mode:
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.html6
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 0000000000..7cc75ab806
--- /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>