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

Side by Side Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top.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, 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <!--
4 This is a regression test for https://code.google.com/p/chromium/issues/detail?i d=323696.
5 -->
6 <head>
7 <style>
8 #shape-inside {
9 shape-inside: polygon(0px 1.3px, 200px 1.3px, 200px 201.3px, 0px 201.3px );
10 font: 100px/1 Ahem, sans-serif;
11 color: green;
12 background-color: grey;
13 width: 200px;
14 height: 200px;
15 }
16 </style>
17 </head>
18 <body>
19 <div id="shape-inside">X</div>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698