diff options
author | ot <ot@localhost> | 2008-05-05 01:52:14 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-05-05 01:52:14 +0000 |
commit | 1ef2f17e8e8ac9f16b3152ad70dd5a6b163f07c0 (patch) | |
tree | 68387e3c3d4a2344e5d478e9cd3bb06724ab604c /misc/testsuite | |
parent | 65d0fdfa9691f2385a33bd3dd98563595454fa3e (diff) | |
download | markup-validator-1ef2f17e8e8ac9f16b3152ad70dd5a6b163f07c0.zip markup-validator-1ef2f17e8e8ac9f16b3152ad70dd5a6b163f07c0.tar.gz markup-validator-1ef2f17e8e8ac9f16b3152ad70dd5a6b163f07c0.tar.bz2 |
adding a couple of test cases of XHTML documents (could be identified by the namespace)
without doctype. One is served as text/html, another with application/xhtml+xml
How the validator should handle these is not very well defined (?)
Diffstat (limited to 'misc/testsuite')
-rw-r--r-- | misc/testsuite/catalog.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/testsuite/catalog.xml b/misc/testsuite/catalog.xml index 30ae02b..f49c9ec 100644 --- a/misc/testsuite/catalog.xml +++ b/misc/testsuite/catalog.xml @@ -748,6 +748,18 @@ <Validity>Fail</Validity> </expect> </test> + <test> + <uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-has-xmlns.html</uri> + <html:p>XHTML, no DOCTYPE, has xmlns (served as application/xhtml+xml)</html:p> + <expect> + </expect> + </test> + <test> + <uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-has-xmlns.xhtml</uri> + <html:p>XHTML, no DOCTYPE, has xmlns (served as application/xhtml+xml)</html:p> + <expect> + </expect> + </test> <test> <uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xml-nodoctype-notwf.xml</uri> |