blob: f0916cccacd90022151b5d8a312d402cc93f88e3 [file] [log] [blame]
<html>
<head>
<style>
.test {
-webkit-border-bottom-left-radius: 1 px;
}
</style>
<script language="javascript">
if (window.layoutTestController)
layoutTestController.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>