diff options
Diffstat (limited to 'htdocs/dev/tests/html5-precise-error.html')
-rw-r--r-- | htdocs/dev/tests/html5-precise-error.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/htdocs/dev/tests/html5-precise-error.html b/htdocs/dev/tests/html5-precise-error.html new file mode 100644 index 0000000..be97a02 --- /dev/null +++ b/htdocs/dev/tests/html5-precise-error.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> +<title>Tokenizer error</title> +</head> +<body> +<p>&a</p> +</body> +</html>
\ No newline at end of file |