1 <p><em>When an :after rule has multiple pieces of content, older versions of Safari display them backwards.
</em></p>
3 <style type=
"text/css">
5 border: 1px solid black
;
11 ' This should be before the green box. '
12 url
(resources/greenbox.png)
13 ' This should be after the green box. '
21 display: inline-block
;
25 <div class=
"a">Inline:
</div>
26 <div class=
"a c">Inline-block:
</div>
27 <div class=
"a b">Block:
</div>