6 font:
50px/
1 Ahem, sans-serif;
7 -webkit-font-smoothing: antialiased;
12 shape-outside: url(
"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2px' height='2px'><rect width='1' height='1' fill='blue'/></svg>");
22 <p>The shape-outside in this test is a
2x2 image with only the upper left pixel set. The shape
23 element's margin-box is and the the shape-margin is big enough (is greater than
150 * sqrt(
2))
24 so that the shape-margin boundary extends beyond the margin-box's bounds. The shape-outside boundary
25 is clipped to the margin-box, so it's as if the shape-outside was equal to the margin-box.
</p>
27 <div id=
"image-shape"></div>