RESOLVED INVALID 125673
Subpixel layout: <li> element is not sized properly when it is placed inside an inline-block <ul>
https://bugs.webkit.org/show_bug.cgi?id=125673
Summary Subpixel layout: <li> element is not sized properly when it is placed inside ...
zalan
Reported 2013-12-12 20:20:03 PST
Created attachment 219146 [details] test case <li> has an extra pixel at the right edge. <html> <head> <style> ul { display: inline-block; } span { border: 1px solid green; } li { border: 1px solid red; margin: 0px; } </style> </head> <body> <ul> <li> <span>there should not be a pixel gap between the green and the red border at the right side. foo.</span> </ul> </body> </html>
Attachments
test case (348 bytes, text/html)
2013-12-12 20:20 PST, zalan
no flags
zalan
Comment 1 2013-12-12 20:26:09 PST
zalan
Comment 2 2014-01-19 17:37:07 PST
We match FF (v26) rendering.
Note You need to log in before you can comment on or make changes to this bug.