3 <script src=
"../../../resources/ahem.js"></script>
6 font:
50px/
1 Ahem, sans-serif;
14 shape-outside: url(
"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'><rect x='0' y='50' width='50' height='50' fill='blue'/></svg>");
18 window
.onload = function() {
19 var container
= document
.querySelector('.container');
20 var shape
= document
.createElement('div');
21 shape
.className
= 'shape-outside';
22 container
.insertBefore(shape
, container
.firstChild
);
27 <div class='container'
>