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

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

Issue 149513005: Stacked floats with shape-outside should allow inline content to interact with the non-outermost fl… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Replace nullptr with 0 to make linux build happy Created 6 years, 9 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <title>CSS RefTest Reference</title>
3 <link rel="author" title="Adobe" href="http://html.adobe.com/">
4 <link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com">
5 <meta name="flags" content="ahem">
6 <style> 2 <style>
7 .container { 3 .container {
8 width: 300px; 4 width: 200px;
9 height: 100px; 5 height: 100px;
6 font: 100px/1 Ahem, sans-serif;
10 background-color: green; 7 background-color: green;
11 margin-bottom: 50px; 8 margin-bottom: 50px;
9 color: green;
12 } 10 }
13 </style> 11 </style>
14 <body> 12 <body>
13 <p>Shapes should not affact float stacking, but should affect inline content .</p>
15 <p>You should see two green rectanges. There should be no red.</p> 14 <p>You should see two green rectanges. There should be no red.</p>
16 <div class="container"> 15 <div class="container">
17 </div> 16 </div>
18 <div class="container"> 17 <div class="container">
19 </div> 18 </div>
20 </body> 19 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698