Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / imported / csswg-test / css-shapes-1 / spec-examples / shape-outside-005-expected.html
blob449e76ffa11f3fbd5e0008cf98d2aa7d6f24c111
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS Reference File</title>
5 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/>
6 <style type="text/css">
7 #container {
8 position: absolute;
9 top: 70px;
10 width: 400px;
11 font-family: Ahem;
12 font-size: 20px;
13 line-height: 1.5em;
14 color: green;
16 #square{
17 position: absolute;
18 top: 70px;
19 width: 196px;
20 height: 196px;
21 border: 1px solid black;
22 z-index: 10;
25 </style>
26 </head>
27 <body>
28 <p>
29 The test passes if there are two columns of six green horizontal bars of the same
30 size inside the square and two columns of six matching green bars outside and to the
31 right of the square. There should be no red.
32 </p>
33 <div id="container">
34 XXXX XXXX XXXX XXXX
35 XXXX XXXX XXXX XXXX
36 XXXX XXXX XXXX XXXX
37 XXXX XXXX XXXX XXXX
38 XXXX XXXX XXXX XXXX
39 XXXX XXXX XXXX XXXX
40 </div>
41 <div id="square"></div>
43 </body>
44 </html>