diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html new file mode 100644 index 000000000..f0dd1c23f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/style/model-isvalid.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> +<head> + <style> +<!-- + +Something or other + +--> + </style> + <meta charset=utf-8> + <title><STYLE>s</title> + <style type="application/vnd.nonsense" title="My Style"> + Something or other + </style> +</head> +<body> + +</body> +</html> |