summaryrefslogtreecommitdiff
path: root/src/tests/html/charset_ISO_8859_1.html
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-06-17 10:50:11 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-06-17 10:50:11 +0200
commit5cab22bd49df3a0f24f0b6c5c1ef9fe32e2dd651 (patch)
tree921d2c401a1c8918a7c670edd1576004775016e5 /src/tests/html/charset_ISO_8859_1.html
parentProperly calculate icon size, checking KDE settings instead on (diff)
downloadrekonq-5cab22bd49df3a0f24f0b6c5c1ef9fe32e2dd651.tar.xz
Moved static html tests to a new dir and added one for fonts
CCBUG: 295896
Diffstat (limited to 'src/tests/html/charset_ISO_8859_1.html')
-rw-r--r--src/tests/html/charset_ISO_8859_1.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tests/html/charset_ISO_8859_1.html b/src/tests/html/charset_ISO_8859_1.html
new file mode 100644
index 00000000..587a8bb5
--- /dev/null
+++ b/src/tests/html/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>