summaryrefslogtreecommitdiff
path: root/src/tests/html/charset_UTF_8.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_UTF_8.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_UTF_8.html')
-rw-r--r--src/tests/html/charset_UTF_8.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tests/html/charset_UTF_8.html b/src/tests/html/charset_UTF_8.html
new file mode 100644
index 00000000..cc63d0e1
--- /dev/null
+++ b/src/tests/html/charset_UTF_8.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=utf8" http-equiv="content-type">
+<title>Charset UTF-8</title>
+</head>
+<body>
+CHARSET: UTF-8<br />
+This document contains strange text: à è ì ò ù <br />
+Chinese text: 激光, 這兩個字是甚麼意思 <br />
+</body>
+</html>