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

Side by Side Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-001.html

Issue 200633005: [CSS Shapes] Remove deprecated shapes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectations 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 #shape-inside {
6 font: 100px/1 Ahem, sans-serif;
7 color: green;
8 word-wrap: break-word;
9 width: 300px;
10 height: 300px;
11 shape-inside: rectangle(0, 0, 300px, 300px, 100px, 100px);
12 }
13 </style>
14 </head>
15 <body>
16 Requires Ahem font. Tests that inline content avoids the border radius of a rounded rectangle.
17 Should display five green boxes in the shape of a plus.
18 <div id="shape-inside">XXXXX</div>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698