Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBorder of nested inline is in the wrong place #12198
Open
Comments
|
This still happens. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Using "Servo 0.0.1-307844a" on Linux.
The solid border of the inner element is render in the wrong place.
It appears to be around the padding of the outer element.
data:text/html,<span style="border:1px dotted; padding:10px"><span style="border:1px solid">Hello</span></span>