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

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost.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
« no previous file with comments | « no previous file | LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .container {
4 line-height: 100px;
5 font: 100px/1 Ahem;
6 }
7 .long {
8 float: left;
9 width: 100px;
10 height: 20px;
11 margin-bottom: 10px;
12 background-color: black;
13 -webkit-shape-outside: rectangle(0, 0, 50%, 100%);
14 }
15 .short {
16 float: left;
17 width: 50px;
18 height: 20px;
19 clear: left;
20 margin-bottom: 10px;
21 background-color: black;
22 }
23 </style>
24 <body>
25 <div class="container">
26 <div class="long"></div>
27 <div class="short"></div>
28 <div class="short"></div>
29 XXXX
30 </div>
31 </body>
32
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698