Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / webfont / fontface-style-change-expected.html
bloba818d6aae106dfa6df0551309421873b63624622
1 <!doctype html>
2 <html>
3 <body>
4 <style id="target">
5 @font-face {
6 font-family: TestFont;
7 src: local(Ahem);
9 </style>
10 <span style="font-family: TestFont;">A</span>
11 </body>
12 </html>