4 <title>CSS Test: inset with no extent and inline content - inset(
150%
150%
0%
0%)
</title>
5 <link rel=
"author" title=
"Rebecca Hauck" href=
"mailto:rhauck@adobe.com"/>
6 <link rel=
"help" href=
"http://www.w3.org/TR/css-shapes-1/#relation-to-box-model-and-float-behavior"/>
7 <link rel=
"help" href=
"http://www.w3.org/TR/css-shapes-1/#supported-basic-shapes"/>
8 <link rel=
"help" href=
"http://www.w3.org/TR/css-shapes-1/#shape-outside-property"/>
9 <link rel=
"match" href=
"reference/shape-outside-004-ref.html"/>
10 <meta name=
"flags" content=
"ahem"/>
11 <meta name=
"assert" content=
"This test verifies that a shape with no extent allow inline
12 content to flow through all of the float’s box."/>
13 <!-- This test is derived from Example 3 in this version of the spec:
14 http://www.w3.org/TR/2013/WD-css-shapes-1-20131203/ -->
15 <style type=
"text/css">
26 shape-outside: inset
(150% 150% 0% 0%);
44 border: 1px solid black
;
51 The test passes if there are two columns of six green horizontal bars of the same
52 size inside the square and two columns of six matching green bars outside and to the
53 right of the square. There should be no red.
55 <div id=
"test" class=
"container">
56 <div id=
"test-float-left"></div>
66 <div id=
"failure" class=
"container">
74 <div id=
"square"></div>