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

Side by Side Diff: LayoutTests/csswg/submitted/shapes/shape-outside/shape-outside-floats-ellipse-000.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>CSS Test: circle shape-outside on floats</title> 2 <title>CSS Test: circle shape-outside on floats</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://dev.w3.org/csswg/css-shapes-1/#shape-outside-prope rty"> 5 <link rel="help" href="http://dev.w3.org/csswg/css-shapes-1/#shape-outside-prope rty">
5 <link rel="match" href="shape-outside-floats-ellipse-000-reference.html"> 6 <link rel="match" href="shape-outside-floats-ellipse-000-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 width: 500px; 11 width: 500px;
11 height: 200px; 12 height: 200px;
12 border: 1px solid black; 13 border: 1px solid black;
13 } 14 }
14 15
15 .ellipse { 16 .ellipse {
(...skipping 29 matching lines...) Expand all
45 X<br/> 46 X<br/>
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 53 X
53 </div> 54 </div>
54 </body> 55 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698