Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / font-size-zero.html
blob47c3e106a3fe0d886bfe74772ac8c3ddf391e9be
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <script src="../../resources/js-test.js"></script>
5 </head>
6 <body>
7 <p id="description">Tests that text with font-size:0 has zero height and width.</p>
8 <div id="console"></div>
9 <script src="script-tests/font-size-zero.js"></script>
10 </body>
11 </html>