diff options
Diffstat (limited to 'layout/inspector/tests/chrome/test_bug467669.css')
-rw-r--r-- | layout/inspector/tests/chrome/test_bug467669.css | 8 |
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 000000000..fb050bf31 --- /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; +} |