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

Side by Side Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-image-005.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 <head>
4 <style>
5 #image-shape {
6 font: 50px/1 Ahem, sans-serif;
7 color: green;
8 width: 250px;
9 height: 350px;
10 shape-inside: url("../resources/svg-shape-001.svg");
11 background-image: url("../resources/svg-shape-001.svg");
12 background-repeat: no-repeat;
13 }
14 </style>
15 <body>
16 <p id="informative-text">
17 This test requires the Ahem font. It uses svg-shape-001.svg to define a shap e-inside.
18 If the first-fit algorithm is working correctly, the second and fourth rows of the
19 blue SVG shape should be covered by green rectangles.</p>
20
21 <div id="image-shape"></br>XXX XXX</div>
22 </body>
23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698