Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / cssom-modify-font-face-rule-expected.html
blob2a89da41f50c1f123e11ab0fa5eaffbe098b5525
1 <!doctype html>
2 <html>
3 <body>
4 <style id="target">
5 @font-face {
6 font-family: f2;
7 font-weight: 100;
8 src: url(../../resources/Ahem.ttf);
10 </style>
11 <span style="font-family: f1; font-weight: 100">A</span>
12 </body>
13 </html>