summaryrefslogtreecommitdiff
path: root/testsuite/css/style/font.css
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/css/style/font.css')
-rw-r--r--testsuite/css/style/font.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/css/style/font.css b/testsuite/css/style/font.css
new file mode 100644
index 0000000000..86b2ba08b1
--- /dev/null
+++ b/testsuite/css/style/font.css
@@ -0,0 +1,7 @@
+box {
+ font: "Comic Sans 10";
+}
+
+label {
+ font: smaller;
+}