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

Side by Side Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-image-001-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 border: solid black 1px;
7 font: 12px/1 Ahem, sans-serif;
8 padding: 4px;
9 color: green;
10 width: 24px;
11 height: 24px;
12 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACA AAAAgCAYAAABzenr0AAAASklEQVRYCe3XIQ4AMAhD0XXh/lfuMkeCJjUfhSt5YJDtk6ybDP/ZDFBjBdL uUdjqmawAAQQQQAABBBBAAAEE4gLiN+xfSqKP38ADuQMJO6LNbr4AAAAASUVORK5CYII=");
13 background-repeat: no-repeat;
14 }
15 </style>
16 </head>
17 <body>
18 <p id="informative-text">
19 This test requires the Ahem font. It uses a 32x32 PNG image with a 24x24 r ed square in the center
20 to define a shape-inside. The content should just cover the shape with sol id green.</p>
21
22 <div id="image-shape">XX<br/>XX</div>
23 </body>
24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698