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

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost-expected.html

Issue 23084002: Use the outermost float for shape-outside (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 4 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
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .container {
4 line-height: 100px;
5 font: 100px/1 Ahem;
6 }
7 .short {
8 float: left;
9 width: 50px;
10 height: 20px;
11 clear: left;
12 margin-bottom: 10px;
13 background-color: black;
14 }
15 </style>
16 <body>
17 <div class="container">
18 <div class="short"></div>
19 <div class="short"></div>
20 <div class="short"></div>
21 XXXX
22 </div>
23 </body>
24
OLDNEW
« no previous file with comments | « LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost.html ('k') | Source/core/rendering/RenderBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698