Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / webfont-lighter-weight-crash.html
blobec1aac0130ddfea6809f4388ea7f309af9196f90
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 @font-face {
6 font-weight: lighter;
7 font-family: "Times New Roman";
8 src: local("Helvetica");
10 </style>
11 </head>
12 <body>
13 <p>
14 Tests that <code>font-weight: lighter</code> is handled for
15 web fonts. Test passes if it does not crash.
16 </p>
17 <script>
18 if (window.testRunner)
19 window.testRunner.dumpAsText();
20 </script>
21 </body>
22 </html>