Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / crash-on-incomplete-webkit-any.html
blobc268846f8d377790f815e584d9361a8803bfc43a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>:-webkit-any\( should not crash</title>
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 </script>
9 <style>:-webkit-any\( {}</style>
10 </head>
11 <body>
12 <p>PASS if not crashed.</p>
13 </body>
14 </html>