servo/tests/ref/inline_border_baseline_a.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
86 B
HTML

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