7 font:
100px/
1 Ahem, sans-serif;
14 shape-outside: url(
"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><rect width='50%' height='25%' fill='blue' /></svg>");
15 background-image: url(
"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><rect width='50%' height='25%' fill='blue' /></svg>");
16 background-repeat: no-repeat;
21 <p>You should see three green squares: above the blue square, to the blue square's right, and below the blue square.
</p>
23 <div id=
"shape-outside"></div>