diff options
author | ot <ot@localhost> | 2008-08-20 19:32:00 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-08-20 19:32:00 +0000 |
commit | 37ec3ec5a4e1b264df5703afa8c2abf506d33131 (patch) | |
tree | ea85b777816d6689aa5e1618ef0c02662ea5f3b8 /htdocs/dev/tests/html5-error-explanation.html | |
parent | 8e1ae9f1be916936b9ab3c3618714c8d95063446 (diff) | |
download | markup-validator-37ec3ec5a4e1b264df5703afa8c2abf506d33131.zip markup-validator-37ec3ec5a4e1b264df5703afa8c2abf506d33131.tar.gz markup-validator-37ec3ec5a4e1b264df5703afa8c2abf506d33131.tar.bz2 |
adding html5 test cases
Diffstat (limited to 'htdocs/dev/tests/html5-error-explanation.html')
-rw-r--r-- | htdocs/dev/tests/html5-error-explanation.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htdocs/dev/tests/html5-error-explanation.html b/htdocs/dev/tests/html5-error-explanation.html new file mode 100644 index 0000000..31f93d4 --- /dev/null +++ b/htdocs/dev/tests/html5-error-explanation.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html><head><title>Error, with elaboration</title></head> +<body> +<a ref="foo"></a> +</body></html> + |