WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
134903
Subpixel rendering: Zero sized compositing container's content positioned off by one device pixel.
https://bugs.webkit.org/show_bug.cgi?id=134903
Summary
Subpixel rendering: Zero sized compositing container's content positioned off...
zalan
Reported
2014-07-14 14:50:04 PDT
The content gets pushed to the left/bottom when the parent compositing layer has zero size. <style> .container { position: absolute; left: 0.25px; top: 0px; -webkit-transform: translateZ(0); } .foo { position: absolute; left: 0.25px; top: 0px; width: 100px; height: 100px; border: 0.5px solid red; } </style> <div class=container> <div class=foo></div> </div>
Attachments
Patch
(6.74 KB, patch)
2014-07-14 15:14 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2014-07-14 14:50:27 PDT
<
rdar://problem/17618608
>
zalan
Comment 2
2014-07-14 15:14:25 PDT
Created
attachment 234883
[details]
Patch
WebKit Commit Bot
Comment 3
2014-07-14 19:55:47 PDT
Comment on
attachment 234883
[details]
Patch Clearing flags on attachment: 234883 Committed
r171100
: <
http://trac.webkit.org/changeset/171100
>
WebKit Commit Bot
Comment 4
2014-07-14 19:55:50 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug