8 overflow-wrap: break-word;
9 border:
2px solid blue;
10 font:
50px/
1 Ahem, sans-serif;
18 background-color: blue;
33 <p>When shape-margin 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>
35 <p>Setting shape-margin with no prior entry
</p>
36 <div id='add-shape-margin' class='container'
><div class='shape margin50'
></div>x x x x x x x x x x
</div>
38 <p>Setting shape-margin with a prior entry
</p>
39 <div id='change-shape-margin' class='container'
><div class='shape margin25'
></div>x x x x x x x x x x
</div>
41 <p>Removing shape-margin with a prior entry
</p>
42 <div id='remove-shape-margin' class='container'
><div class='shape'
></div>x x x x x x x x x x
</div>