gecko/layout/reftests/first-letter/inline-height-empty.html
L. David Baron d40a109c7c Bug 1055865 patch 1 - Add reftest for sizing of empty ::first-letter. r=jfkthame
This test fails without the patch series because the border around the
test is too tall, but patch 5 reduces the height of the border in the
test so that it matches the reference.
2014-08-25 15:32:02 -07:00

11 lines
229 B
HTML

<!DOCTYPE HTML>
<title>Testcase, bug 1055865</title>
<style>
p { border: thin solid blue; color: transparent; font: 50px/50px serif; }
p::first-letter { background: transparent; color: transparent }
</style>
<p>&nbsp;text</p>