Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / font-face-default-font-expected.html
blobc111417ffa267d1471970a23e74c6ce40b55c6e3
1 <html>
2 <head>
3 <style>
4 body {
5 font-family: Arial;
7 </style>
8 </head>
9 <body>
10 <p>
11 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=16348">http://bugs.webkit.org/show_bug.cgi?id=16348</a>
12 @font-face does not affect the default style</i>.
13 </p>
14 This text should be in Arial.
15 </body>
16 </html>