blob: 2971cd83c26d002d57c73c625c7f7b19e001ef27 [file] [log] [blame]
<html>
<head>
<style>
.test {
-webkit-border-bottom-left-radius: 1 px;
}
</style>
<script language="javascript">
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
This test verifies that styles with orphaned units do not crash the browser. You should see the word "PASS" below.
<div class="test">PASS</div>
</body>
</html>