diff options
Diffstat (limited to 'tests/fixtures/static/encoded.html')
| -rw-r--r-- | tests/fixtures/static/encoded.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/fixtures/static/encoded.html b/tests/fixtures/static/encoded.html new file mode 100644 index 000000000..0999b4f1b --- /dev/null +++ b/tests/fixtures/static/encoded.html @@ -0,0 +1,15 @@ +<!-- + when modified, re-run: + gzip -k encoded.html +--> +<html> +<head> +<title> +A Simple HTML Document +</title> +</head> +<body> +<p>This is a very simple HTML document</p> +<p>It only has two paragraphs</p> +</body> +</html> |
