Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / border-radius-huge-assert.html
blob270e26c5426f2e9c610709d32a743dc485556f40
1 <html>
2 <head>
3 <title></title>
4 <style type="text/css">
5 div { width: 50px; height: 50px; background-color: silver; border: medium solid; margin: 10px 0 10px 0; }
6 </style>
7 </head>
8 <body>
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>
11 Another assertion failure in WebCore::LayoutObject::drawBorder</i>.
12 </p>
13 <p>
14 There should be three squres and a circle below.
15 </p>
16 <div></div>
17 <div style="-webkit-border-radius: 926179103pt 10px;"></div>
18 <div style="-webkit-border-radius: 10px 926179103pt;"></div>
19 <div style="-webkit-border-radius: 9261791pt;"></div>
21 </body>
22 </html>