Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / fake-italic.html
blob4026bd576fc41efb9b8b23f318be933f7cf97066
1 <html>
2 <head>
3 <title>Fake italic layout test</title>
4 <script src="../../resources/ahem.js"></script>
5 </head>
7 <body>
8 <p>This layout test is designed to test that our fake italic mode is working correctly. The Ahem font, used below, does not include an italic variant. Thus, when we ask for italic Ahem, we should skew the glyphs ourselves, resulting in a series of italic black boxes below.</p>
10 <p style="font-family: Ahem; font-style: italic;">A A A A</p>
11 </body>
12 </html>