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

Side by Side Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-polygon-rounded-first-fit-expected.html

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove now unused segmentIsEmpty Created 6 years, 8 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .shape-inside {
6 position: absolute;
7 top: 0;
8 left:0;
9 width: 56px;
10 height: 88px;
11 padding-top: 12px;
12 padding-left: 44px;
13 background-color: green;
14 }
15 </style>
16 </head>
17 <body>
18 <div class="shape-inside"></div>
19 <p style="margin-top: 120px;">There is a triangle shape-inside applied on the gr een box.
20 The content should be inside the shape-inside. You should not see any red.</p>
21 <p>Issue <a href="https://code.google.com/p/chromium/issues/detail?id=333423">33 3423</a>: [CSS Shapes] First line gets incorrectly adjusted in shape-inside due to rounding in some polygons</p>
22 </body>
23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698