8 overflow-wrap: break-word;
9 border:
2px solid blue;
10 font:
50px/
1 Ahem, sans-serif;
19 background-color: blue;
34 <p>When shape-outside is modified dynamically, content affected by the shape's contour should relayout. 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>
36 <p>Setting shape-outside with no prior entry
</p>
37 <div id='add-shape-outside' class='container'
><div class='shape rectangle50'
></div>x x x x x x x x x x
</div>
39 <p>Setting shape-outside with a prior entry
</p>
40 <div id='change-shape-outside' class='container'
><div class='shape rectangle25'
></div>x x x x x x x x x x
</div>
42 <p>Removing shape-outside with a prior entry
</p>
43 <div id='remove-shape-outside' class='container'
><div class='shape'
></div>x x x x x x x x x x
</div>