Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: LayoutTests/fast/borders/border-radius-huge-assert.html

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698