Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <style> | |
| 2 @font-face { | |
| 3 font-family: family1; | |
| 4 src: local(Ahem), | |
| 5 url(../../resources/Ahem.ttf) format(truetype), | |
| 6 url(../../resources/nonexistent.svg) format(svg); | |
| 7 } | |
| 8 p.test { | |
| 9 font-family: family1; | |
| 10 font-variant: small-caps; | |
| 11 } | |
| 12 </style> | |
| 13 <p> | |
| 14 Test for <a href="http://crbug.com/298970">bug 298970</a>. Verifies that small-c aps synthesis works when @font-face has a svg source. | |
| 15 </p> | |
| 16 <p> | |
| 17 The text below should be a series of black boxes. | |
| 18 </p> | |
| 19 <p class="test">failure</p> | |
| OLD | NEW |