diff options
Diffstat (limited to 'layout/inspector/tests/chrome/test_bug695639.css')
-rw-r--r-- | layout/inspector/tests/chrome/test_bug695639.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/inspector/tests/chrome/test_bug695639.css b/layout/inspector/tests/chrome/test_bug695639.css new file mode 100644 index 000000000..549537498 --- /dev/null +++ b/layout/inspector/tests/chrome/test_bug695639.css @@ -0,0 +1,8 @@ +@font-face { + font-family: gent; + src: url(GentiumPlus-R.woff) format("woff"); +} + +.test { + font-family: gent, sans-serif; +} |