diff options
author | Glenn Watson <gw@intuitionlibrary.com> | 2014-09-23 15:32:36 +1000 |
---|---|---|
committer | Glenn Watson <gw@intuitionlibrary.com> | 2014-09-23 15:40:08 +1000 |
commit | 32c02fc0484a6dc203958e66c07c780bf4248155 (patch) | |
tree | 81bdec1e0349f2c3de3beba27b164bf63228743f /tests/ref/css | |
parent | 6177a3bdcca974d5070b0ecab0973d42963946ec (diff) | |
download | servo-32c02fc0484a6dc203958e66c07c780bf4248155.tar.gz servo-32c02fc0484a6dc203958e66c07c780bf4248155.zip |
Fix inline context padding on inline-block.
Fixes categories bar on wikipedia - ref #2554.
Diffstat (limited to 'tests/ref/css')
-rw-r--r-- | tests/ref/css/ahem.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ref/css/ahem.css b/tests/ref/css/ahem.css new file mode 100644 index 00000000000..ef0395b0503 --- /dev/null +++ b/tests/ref/css/ahem.css @@ -0,0 +1,10 @@ +@font-face { + font-family: 'ahem'; + src: url(../fonts/ahem/ahem.ttf); +} + +body { + font-family: 'ahem'; + font-size: 100px; + line-height: 1; +} |