summaryrefslogtreecommitdiff
path: root/src/tests/html/font_test.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/font_test.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/font_test.html')
-rw-r--r--src/tests/html/font_test.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/tests/html/font_test.html b/src/tests/html/font_test.html
new file mode 100644
index 00000000..2e889ea8
--- /dev/null
+++ b/src/tests/html/font_test.html
@@ -0,0 +1,24 @@
+<html>
+
+<head>
+</head>
+
+<body>
+
+<p style="font-family:'Dejavu Sans'">
+This should be Dejavu Sans.
+</p>
+
+<p style="font-family:'Dejavu Sans Mono'">
+This should be Dejavu Sans Mono.
+</p>
+
+<p style="font-family:'Dejavu Serif'">
+This should be Dejavu Serif.
+</p>
+
+
+</body>
+
+
+</html>