5 src: url(../../fonts/Ahem.ttf);
11 box-sizing: content-box;
12 /* The testcase has
20px-tall text, which should be centered in a
40px-tall
13 content-box (with
10px of extra space above and below). We emulate that
14 by having explicit
10px of padding on top and bottom. */
15 padding:
10px
0 10px
0;