Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / font-weight-600.html
blobc5c5687dfb23f45076b2becee1469003e7d92c73
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 p {
6 font-family: Arial, sans-serif;
7 font-size:48px;
10 .weight600 {
11 font-weight: 600;
13 </style>
14 </head>
15 <body>
16 <p>Text, normal weight.</p>
17 <p class=weight600>Bolder than normal.</p>
18 </body>
19 </html>