[Webkit-unassigned] [Bug 90169] Effective Image size deviates from width and height attributes with sub-pixel layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 3 06:34:59 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90169





--- Comment #1 from Dominik Röttsches (drott) <dominik.rottsches at intel.com>  2012-07-03 06:34:59 PST ---
Created an attachment (id=150597)
 --> (https://bugs.webkit.org/attachment.cgi?id=150597&action=review)
Simplified test case

This test case still results in

layer at (0,0) size 800x600
  RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
  RenderBlock {HTML} at (0,0) size 800x600
    RenderBody {BODY} at (8,8) size 784x584
      RenderImage {IMG} at (0,-1) size 21x22 [bgcolor=#008000]
      RenderText {#text} at (0,0) size 0x0

The image being vertically moved up, and sized larger than specified. This seems wrong to me. It's likely casued by the vertical-align: middle declaration, resulting in a shifted positioning.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list