diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/attributes/data/not-xml-serializable-novalid.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html/attributes/data/not-xml-serializable-novalid.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/attributes/data/not-xml-serializable-novalid.html b/testing/web-platform/tests/conformance-checkers/html/attributes/data/not-xml-serializable-novalid.html new file mode 100644 index 000000000..7bcbfcbf5 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/attributes/data/not-xml-serializable-novalid.html @@ -0,0 +1,4 @@ +<!doctype html> +<meta charset=utf-8> +<title>starts with the string "data-", has at least one character after the hyphen, is XML-compatible, and contains no uppercase ASCII letters</title> +<p data-z:foo=""><!-- not serializable as XML --> |