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

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer-expected.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
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .container {
4 position: relative;
5 height: 10px;
6 width: 50px;
7 background-color: red;
8 }
9 .left {
10 position: absolute;
11 left: 0;
12 top: 0;
13 font: 10px/1 Ahem;
14 color: green;
15 }
16 </style>
17 <body>
18 You should see a green rectangle. You shouldn't see any red.
19 <div class="container">
20 <div class="left">
21 XXXXX
22 </div>
23 </div>
24 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer.html ('k') | Source/core/rendering/RenderBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698