summaryrefslogtreecommitdiffstats
path: root/layout/inspector/tests/chrome/test_bug467669.css
blob: fb050bf31957b4822da38e8ad70f8c32dc42de37 (plain)
1
2
3
4
5
6
7
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;
}