summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/orphaned_units_crash.html
blob: 2971cd83c26d002d57c73c625c7f7b19e001ef27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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>