diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/s/model-isvalid.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html/elements/s/model-isvalid.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/s/model-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/s/model-isvalid.html new file mode 100644 index 000000000..16474321a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/s/model-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> +<title>the "s" element is not obsolete</title> +<meta charset=utf-8> +</head> +<body> +<s>baz</s> +</body> +</html> |