Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / crash-comparing-equal.html
blob953c8b6ebed8008ccc0d2f8e1bc9a3fc548ea5b0
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <style>
8 #parent {
9 font: 20px/1 Ahem;
10 </style>
11 </head>
12 <body>
13 This page shouldn't crash when parsing CSS - Bug 95706.
14 </body>
15 </html>