mrowe@apple.com | 6625ae5 | 2008-09-03 06:12:30 +0000 | [diff] [blame] | 1 | <html> |
| 2 | <head> |
| 3 | <style> |
| 4 | .test { |
| 5 | -webkit-border-bottom-left-radius: 1 px; |
| 6 | } |
| 7 | </style> |
| 8 | <script language="javascript"> |
rniwa@webkit.org | 38608af | 2012-06-19 07:23:13 +0000 | [diff] [blame] | 9 | if (window.testRunner) |
| 10 | testRunner.dumpAsText(); |
mrowe@apple.com | 6625ae5 | 2008-09-03 06:12:30 +0000 | [diff] [blame] | 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 | |