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

Side by Side Diff: LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-rounded-rectangle-001.html

Issue 23866007: Fix painting order for floats with shape-outside (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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>shape-outside-floats-rounded-rectangle-001.html</title> 2 <title>shape-outside-floats-rounded-rectangle-001.html</title>
3 <link rel="author" title="Adobe" href="http://html.adobe.com/">
3 <link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com"> 4 <link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com">
4 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-property "> 5 <link rel="help" href="http://www.w3.org/TR/css-shapes-1/#shape-outside-property ">
5 <link rel="match" href="shape-outside-floats-rounded-rectangle-001-ref.html"> 6 <link rel="match" href="shape-outside-floats-rounded-rectangle-001-ref.html">
6 <meta name="flags" content="ahem"> 7 <meta name="flags" content="ahem">
7 <style> 8 <style>
8 .container { 9 .container {
9 font: 20px/1 Ahem, sans-serif; 10 font: 20px/1 Ahem, sans-serif;
10 line-height: 20px; 11 line-height: 20px;
11 width: 500px; 12 width: 500px;
12 height: 200px; 13 height: 200px;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 X<br/> 47 X<br/>
47 X<br/> 48 X<br/>
48 X<br/> 49 X<br/>
49 X<br/> 50 X<br/>
50 X<br/> 51 X<br/>
51 X<br/> 52 X<br/>
52 X<br/> 53 X<br/>
53 X 54 X
54 </div> 55 </div>
55 </body> 56 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698