blob: 2971cd83c26d002d57c73c625c7f7b19e001ef27 [file] [log] [blame]
mrowe@apple.com6625ae52008-09-03 06:12:30 +00001<html>
2<head>
3 <style>
4 .test {
5 -webkit-border-bottom-left-radius: 1 px;
6 }
7 </style>
8 <script language="javascript">
rniwa@webkit.org38608af2012-06-19 07:23:13 +00009 if (window.testRunner)
10 testRunner.dumpAsText();
mrowe@apple.com6625ae52008-09-03 06:12:30 +000011 </script>
12</head>
13<body>
14This 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>
18