mirror of
https://github.com/servo/servo.git
synced 2025-08-22 22:05:32 +01:00
layout: Take borders into account when positioning inline fragments on
their baselines. Improves the Rust GitHub page.
This commit is contained in:
parent
b7e592443f
commit
2880aa2b02
4 changed files with 27 additions and 4 deletions
7
tests/ref/inline_border_baseline_ref.html
Normal file
7
tests/ref/inline_border_baseline_ref.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<style>
|
||||
span {
|
||||
border-top: solid white 3px;
|
||||
}
|
||||
</style>
|
||||
<span>I am <em>very excited!</em></span>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue