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

Side by Side Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-text-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 #shape-inside {
6 padding: 10px;
7 width: 180px;
8 height: 180px;
9 position: relative;
10 }
11 #border {
12 position: absolute;
13 top: 8px;
14 left: 8px;
15 width: 180px;
16 height: 180px;
17 border: 2px solid blue;
18 }
19 </style>
20 </head>
21 <body>
22 <div id="shape-inside">
23 <div id="border"></div>
24 This text should be contained by the blue square.
25 </div>
26 </body>
27 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698