6 font:
50px/
1 Ahem, sans-serif;
7 -webkit-font-smoothing: antialiased;
10 border:
1px solid black;
16 background-color: blue;
17 margin-left:
50px; /* effectively overridden by shape-outside */
18 shape-outside: content-box polygon(
0 0,
50px
0,
50px
50px,
0 50px);
24 background-color: blue;
25 margin-right:
50px; /* effectively overridden by shape-outside */
26 shape-outside: content-box polygon(
0 0,
50px
0,
50px
50px,
0 50px);
31 <p>The blue squares on the left and right should be surrounded by three green squares.
</p>
33 <div style=
"text-align: right">
35 <div id=
"right-shape"></div>
39 <div id=
"left-shape"></div>