OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title></title> | 3 <title></title> |
4 <style type="text/css"> | 4 <style type="text/css"> |
5 div { width: 50px; height: 50px; background-color: silver; border: mediu
m solid; margin: 10px 0 10px 0; } | 5 div { width: 50px; height: 50px; background-color: silver; border: mediu
m solid; margin: 10px 0 10px 0; } |
6 </style> | 6 </style> |
7 </head> | 7 </head> |
8 <body> | 8 <body> |
9 <p> | 9 <p> |
10 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> | 10 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> |
11 Another assertion failure in WebCore::RenderObject::drawBorder</i>. | 11 Another assertion failure in WebCore::LayoutObject::drawBorder</i>. |
12 </p> | 12 </p> |
13 <p> | 13 <p> |
14 There should be three squres and a circle below. | 14 There should be three squres and a circle below. |
15 </p> | 15 </p> |
16 <div></div> | 16 <div></div> |
17 <div style="-webkit-border-radius: 926179103pt 10px;"></div> | 17 <div style="-webkit-border-radius: 926179103pt 10px;"></div> |
18 <div style="-webkit-border-radius: 10px 926179103pt;"></div> | 18 <div style="-webkit-border-radius: 10px 926179103pt;"></div> |
19 <div style="-webkit-border-radius: 9261791pt;"></div> | 19 <div style="-webkit-border-radius: 9261791pt;"></div> |
20 | 20 |
21 </body> | 21 </body> |
22 </html> | 22 </html> |
OLD | NEW |