| <html> |
| <head> |
| <title></title> |
| <style type="text/css"> |
| div { width: 50px; height: 50px; background-color: silver; border: medium solid; margin: 10px 0 10px 0; } |
| </style> |
| </head> |
| <body> |
| <p> |
| Pixel test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12043">http://bugs.webkit.org/show_bug.cgi?id=12043</a> |
| Another assertion failure in WebCore::RenderObject::drawBorder</i>. |
| </p> |
| <p> |
| There should be three squres and a circle below. |
| </p> |
| <div></div> |
| <div style="-webkit-border-radius: 926179103pt 10px;"></div> |
| <div style="-webkit-border-radius: 10px 926179103pt;"></div> |
| <div style="-webkit-border-radius: 9261791pt;"></div> |
| |
| </body> |
| </html> |