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

Side by Side Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-image-002-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, 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: 12px/1 Ahem, sans-serif;
7 color: green;
8 width: 24px;
9 height: 24px;
10 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACA AAAAgCAYAAABzenr0AAAARElEQVRYCe3XsQ0AIAgEQHH/nV8n0AptjtCREHI0UBljZ2Mkdeo+T8UXNQM QIECAAAECBAgQIFBJ71twO+2tgACB7wILoI8HOaOmzFsAAAAASUVORK5CYII=");
11 background-repeat: no-repeat;
12 }
13 </style>
14 </head>
15 <body>
16 <p id="informative-text">
17 This test requires the Ahem font. It uses a 24x24 square PNG image where a ll pixels are red,
18 to define a shape-inside. The content should just cover the shape with sol id green.</p>
19 <div id="image-shape">XX<br/>XX</div>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698