diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-12-29 18:28:53 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-12-29 18:28:53 +0100 |
commit | 0dfa4d0d73eb4b8d0a24221ca1baeabdb473aa6d (patch) | |
tree | c5dfaef60cbcabbdd6e623671926909aa998cef2 /src/tests/charset_ISO_8859_1.html | |
parent | Fix a regression introduced by f8a2d38a (diff) | |
download | rekonq-0dfa4d0d73eb4b8d0a24221ca1baeabdb473aa6d.tar.xz |
charset static tests
Diffstat (limited to 'src/tests/charset_ISO_8859_1.html')
-rw-r--r-- | src/tests/charset_ISO_8859_1.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tests/charset_ISO_8859_1.html b/src/tests/charset_ISO_8859_1.html new file mode 100644 index 00000000..587a8bb5 --- /dev/null +++ b/src/tests/charset_ISO_8859_1.html @@ -0,0 +1,12 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> +<title>Charset ISO-8859-1</title> +</head> +<body> +CHARSET: ISO 8859 1<br /> +This document contains strange text: à è ì ò ù <br /> +Chinese text: ??, ????????? <br /> +</body> +</html> |