4 <script src=
"/js-test-resources/ahem.js"></script>
9 overflow-wrap: break-word;
10 border:
2px solid blue;
11 font:
50px/
1 Ahem, sans-serif;
20 shape-outside: url('../resources/svg-shape-
002.svg');
28 background-color: blue;
33 shape-image-threshold:
0.26;
35 .threshold25::before {
40 shape-image-threshold:
0.76;
42 .threshold75::before {
48 <p>When shape-image-threshold 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 rectangle in the upper left. This test requires the Ahem font.
</p>
50 <p>Setting shape-image-threshold with no prior entry
</p>
51 <div id='add-shape-image-threshold' class='container'
><div class='shape threshold25'
></div>x x x x x x x x x x
</div>
53 <p>Setting shape-image-threshold with a prior entry
</p>
54 <div id='change-shape-image-threshold' class='container'
><div class='shape threshold75'
></div>x x x x x x x x x x
</div>
56 <p>Removing shape-image-threshold with a prior entry
</p>
57 <div id='remove-shape-image-threshold' class='container'
><div class='shape'
></div>x x x x x x x x x x
</div>