Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / font-face-variant-expected.html
blob6aba2816c32dabfb096f8463e33bfb29aa69d432
1 <style>
2 @font-face {
3 font-family: family1;
4 src: local(Ahem), url(../../resources/Ahem.ttf);
5 font-variant: small-caps;
7 p.test {
8 font-family: family1;
9 font-variant: small-caps;
11 </style>
12 <p>
13 Tests that if @font-face does not provide an explicit font-variant, normal is used.
14 </p>
15 <p>
16 The text below should be a series of black boxes.
17 </p>
18 <p class="test">failure</p>