diff options
Diffstat (limited to 'ext/dom/tests/test.html')
-rw-r--r-- | ext/dom/tests/test.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/dom/tests/test.html b/ext/dom/tests/test.html new file mode 100644 index 0000000..fe6d0d3 --- /dev/null +++ b/ext/dom/tests/test.html @@ -0,0 +1,9 @@ +<html> +<head> +<title>Hello world</title> +</head> +<body> +This is a not well-formed<br> +html files with undeclared entities +</body> +</html> |