servo/tests/ref/inline_border_baseline_ref.html
Patrick Walton 2880aa2b02 layout: Take borders into account when positioning inline fragments on
their baselines.

Improves the Rust GitHub page.
2015-08-04 16:20:15 -07:00

7 lines
101 B
HTML

<style>
span {
border-top: solid white 3px;
}
</style>
<span>I am <em>very excited!</em></span>