Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / orphaned_units_crash.html
blob2971cd83c26d002d57c73c625c7f7b19e001ef27
1 <html>
2 <head>
3 <style>
4 .test {
5 -webkit-border-bottom-left-radius: 1 px;
7 </style>
8 <script language="javascript">
9 if (window.testRunner)
10 testRunner.dumpAsText();
11 </script>
12 </head>
13 <body>
14 This test verifies that styles with orphaned units do not crash the browser. You should see the word "PASS" below.
15 <div class="test">PASS</div>
16 </body>
17 </html>