8 overflow-wrap: break-word;
9 border:
2px solid blue;
10 font:
50px/
1 Ahem, sans-serif;
22 background-color: blue;
36 <p>When shape-outside is modified dynamically, content affected by the shape's contour should relayout. This test is for shape-outside floats that overhang their parent container. For each test, you should see green blocks separated by white space, wrapping around a blue square in the upper left. This test requires the Ahem font.
</p>
38 <p>Setting shape-outside with no prior entry
</p>
39 <div id='add-shape-outside' class='container'
><div class='shape-wrapper'
><div class='shape rectangle50'
></div></div>x x x x x x x x x x
</div>
41 <p>Setting shape-outside with a prior entry
</p>
42 <div id='change-shape-outside' class='container'
><div class='shape-wrapper'
><div class='shape rectangle25'
></div></div>x x x x x x x x x x
</div>
44 <p>Removing shape-outside with a prior entry
</p>
45 <div id='remove-shape-outside' class='container'
><div class='shape-wrapper'
><div class='shape'
></div></div>x x x x x x x x x x
</div>