4 span { outline:
10px auto purple }
9 <div>Outline ring painting test.
</div>
11 <div><span>Content before.
12 <h3>Bold with margin.
</h3>
13 Content after
</span></div>
15 <div><span><h3>No content before.
</h3>Content after.
</span></div>
17 <div><span>Content before
<h3>But No Content After
</h3></span></div>
19 <div><span><h3>No content before or after.
</h3></span></div>