tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / orphaned_units_crash.html
1 <html>
2 <head>
3     <style>
4         .test {
5             -webkit-border-bottom-left-radius: 1 px;
6         }
7     </style>
8     <script language="javascript">
9         if (window.layoutTestController)
10             layoutTestController.dumpAsText();
11     </script>
12 </head>
13 <body>
14 This 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