layout/inspector/tests/chrome/test_bug467669.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/inspector/tests/chrome/test_bug467669.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +@font-face {
     1.5 +  font-family: font-face-test-family;
     1.6 +  src: url(bad/font/name.ttf), url(GentiumPlus-R.woff) format("woff");
     1.7 +}
     1.8 +
     1.9 +.gentium {
    1.10 +  font-family: font-face-test-family;
    1.11 +}

mercurial