summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/font-face-insertBefore-expected.html
blob: dcff2f21b2f91ed0944a2be0d5a1f9a0fb122fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html>
<body>
<style>
@font-face {
    font-family: f1;
    font-weight: 100;
    src: local('Courier New');
}
</style>
<style>
@font-face {
    font-family: f1;
    font-weight: 100;
    src: url(../../resources/Ahem.ttf);
}
</style>
<span style="font-family: f1; font-weight: 100">A</span>
</body>
</html>