Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-boxes-001-expected.html
blobd459513be02de1ff187ecaa9ceb673af0319cfc8
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel='stylesheet' href='shape-outside-boxes-styles.css' />
5 </head>
6 <body>
7 <p>These tests set the shape-outside to the various boxes (margin/border/padding/content). They require the Ahem font. You should see green squares, with no red.</p>
8 <p>shape-outside: content-box</p>
9 <div class='container-expected'>
10 </div>
11 <p>shape-outside: padding-box</p>
12 <div class='container-expected'>
13 </div>
14 <p>shape-outside: border-box</p>
15 <div class='container-expected'>
16 </div>
17 <p>shape-outside: margin-box</p>
18 <div class='container-expected'>
19 </div>
20 </body>
21 </html>