summaryrefslogtreecommitdiffstats
path: root/layout/inspector/tests/chrome/test_bug467669.css
diff options
context:
space:
mode:
Diffstat (limited to 'layout/inspector/tests/chrome/test_bug467669.css')
-rw-r--r--layout/inspector/tests/chrome/test_bug467669.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/inspector/tests/chrome/test_bug467669.css b/layout/inspector/tests/chrome/test_bug467669.css
new file mode 100644
index 0000000000..fb050bf319
--- /dev/null
+++ b/layout/inspector/tests/chrome/test_bug467669.css
@@ -0,0 +1,8 @@
+@font-face {
+ font-family: font-face-test-family;
+ src: url(bad/font/name.ttf), url(GentiumPlus-R.woff) format("woff");
+}
+
+.gentium {
+ font-family: font-face-test-family;
+}