summaryrefslogtreecommitdiff
path: root/src/tests/html/font_test.html
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:09:41 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:09:41 +0100
commit288ace1df39dbea40cae66d0b04bfdefcd6cec70 (patch)
tree87c03b9dbfb330b7e743a45276d73de0cea0e950 /src/tests/html/font_test.html
parentLindsay's credits (diff)
downloadrekonq-288ace1df39dbea40cae66d0b04bfdefcd6cec70.tar.xz
WARNING COMMIT --> FIRST REKONQ 2 IMPORT
Preparing repo to merge rekonq2 code...
Diffstat (limited to 'src/tests/html/font_test.html')
-rw-r--r--src/tests/html/font_test.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/tests/html/font_test.html b/src/tests/html/font_test.html
deleted file mode 100644
index 2e889ea8..00000000
--- a/src/tests/html/font_test.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<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>