diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-06-17 10:50:11 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-06-17 10:50:11 +0200 |
commit | 5cab22bd49df3a0f24f0b6c5c1ef9fe32e2dd651 (patch) | |
tree | 921d2c401a1c8918a7c670edd1576004775016e5 /src/tests/html/charset_NULL.html | |
parent | Properly calculate icon size, checking KDE settings instead on (diff) | |
download | rekonq-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_NULL.html')
-rw-r--r-- | src/tests/html/charset_NULL.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tests/html/charset_NULL.html b/src/tests/html/charset_NULL.html new file mode 100644 index 00000000..6e5598fa --- /dev/null +++ b/src/tests/html/charset_NULL.html @@ -0,0 +1,11 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>Charset NULL</title> +</head> +<body> +CHARSET: NULL<br /> +This document contains strange text: à è ì ò ù <br /> +Chinese text: ??, ????????? <br /> +</body> +</html> |