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-range-error.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-range-error.html')
-rw-r--r-- | htdocs/dev/tests/html5-range-error.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/htdocs/dev/tests/html5-range-error.html b/htdocs/dev/tests/html5-range-error.html new file mode 100644 index 0000000..59041a4 --- /dev/null +++ b/htdocs/dev/tests/html5-range-error.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> +<title>Tree builder error</title> +</head> +<body> +<p><span></p> +</body> +</html>
\ No newline at end of file |