Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / font-face-in-media-rule-expected.html
blobd84134e246eb84e12da15750f1f0365bec9d7548
1 <html>
2 <head>
3 <style type="text/css" media="screen">
4 body {
5 font-family: Arial, sans-serif;
7 </style>
8 </head>
9 <body>
10 This should not crash.
11 </body>
12 </html>