Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / font-face-insertBefore-expected.html
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');
9 }
10 </style>
11 <style>
12 @font-face {
13     font-family: f1;
14     font-weight: 100;
15     src: url(../../resources/Ahem.ttf);
16 }
17 </style>
18 <span style="font-family: f1; font-weight: 100">A</span>
19 </body>
20 </html>