haikuwebkit/LayoutTests/fast/css/orphaned_units_crash.html

19 lines
416 B
HTML

<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>