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