Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / imported / csswg-test / css-shapes-1 / shape-outside / shape-image / shape-image-002-expected.html
blob6f9a3c445adf672c3bbcbf2fdc54c9424391b2a2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS Reference File</title>
5 <link rel="author" title="Bem Jones-Bey" href="bjonesbe@adobe.com"/>
6 <style type="text/css">
7 .container {
8 width: 100px;
9 height: 100px;
10 background: rgb(0, 100, 0);
12 </style>
13 </head>
14 <body>
15 <p>
16 The test passes if you see a solid green square. There should be no red.
17 </p>
18 <div class="container">
19 </div>
20 </body>
21 </html>