Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / font-face-insertBefore-expected.html
blobdcff2f21b2f91ed0944a2be0d5a1f9a0fb122fbd
1 <!doctype html>
2 <html>
3 <body>
4 <style>
5 @font-face {
6 font-family: f1;
7 font-weight: 100;
8 src: local('Courier New');
10 </style>
11 <style>
12 @font-face {
13 font-family: f1;
14 font-weight: 100;
15 src: url(../../resources/Ahem.ttf);
17 </style>
18 <span style="font-family: f1; font-weight: 100">A</span>
19 </body>
20 </html>