3 <body style=
"font-family: Ahem; -webkit-font-smoothing: none;">
5 .tr { display: table-row; }
6 .td { display: table-cell; }
7 div.tr:before { content:
"A"; color: blue; }
8 div.tr:after { content:
"C"; color: orange; }
10 <script src=
"../../resources/ahem.js"></script>
14 <div class=
"td" style=
"color: green">B
</div>
18 document
.body
.style
.fontSize
= "100px";