summaryrefslogtreecommitdiffstats
path: root/layout/inspector/tests/chrome/test_fontFeaturesAPI.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--layout/inspector/tests/chrome/test_fontFeaturesAPI.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/inspector/tests/chrome/test_fontFeaturesAPI.css b/layout/inspector/tests/chrome/test_fontFeaturesAPI.css
new file mode 100644
index 0000000000..aa99e06f9b
--- /dev/null
+++ b/layout/inspector/tests/chrome/test_fontFeaturesAPI.css
@@ -0,0 +1,8 @@
+@font-face {
+ font-family: dejavu;
+ src: url(DejaVuSans.ttf);
+}
+
+#test1 {
+ font-family: dejavu, serif;
+}