Closed
Bug 1324109
Opened 9 years ago
Closed 9 years ago
Fractional pixel rounding causing layout inconsistency with WebKit
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1323735
People
(Reporter: adam.flynn.schwartz, Unassigned)
References
()
Details
(Keywords: css3, testcase)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36
Steps to reproduce:
Visit https://jsfiddle.net/adamschwartz/fz1jh125/show/light/
Actual results:
Observe that `div > b:nth-child(4)` wraps
Expected results:
Visit https://jsfiddle.net/adamschwartz/fz1jh125/show/light/ in Chrome and you will see that `div > b:nth-child(4)` stays in the first line with its siblings
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
This is the same underlying problem as in bug 1323735.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•