Bug 126048

Summary: Subpixel layout: Content gets pushed off by one pixel on Amazon.com
Product: WebKit Reporter: alan <zalan>
Component: Layout and RenderingAssignee: alan <zalan>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: hyatt, jonlee, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
test case
none
screenshot(amazon) none

alan
Reported 2013-12-19 21:18:44 PST
Created attachment 219726 [details] test case The following content produces an off-by-one pixel issue when subpixel is enabled. <html> <head> <style type="text/css"> div { display: inline-block; } span { display: inline-block; margin: .385em; } body { font-size: 13px; font-family: Arial,sans-serif; } </style> </head> <body> <div> <span></span><span></span>foo </div> <div>foobar</div> </body> </html>
Attachments
test case (314 bytes, text/html)
2013-12-19 21:18 PST, alan
no flags
screenshot(amazon) (251.23 KB, image/gif)
2013-12-19 21:23 PST, alan
no flags
alan
Comment 1 2013-12-19 21:21:01 PST
alan
Comment 2 2013-12-19 21:23:04 PST
Created attachment 219727 [details] screenshot(amazon) anim gif to demonstrate the off-by-one pixel issue on amazon.com
alan
Comment 3 2013-12-27 17:55:52 PST
This is the combination of bug 125911 and bug 125829
alan
Comment 4 2013-12-27 17:56:21 PST
*** This bug has been marked as a duplicate of bug 125829 ***
Note You need to log in before you can comment on or make changes to this bug.