[Webkit-unassigned] [Bug 165600] New: font-size computed is influenced by CSS zoom property when zoom < 1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 8 07:25:57 PST 2016


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

            Bug ID: 165600
           Summary: font-size computed is influenced by CSS zoom property
                    when zoom < 1
    Classification: Unclassified
           Product: WebKit
           Version: Safari 10
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org
                CC: mmaxfield at apple.com

Created attachment 296510
  --> https://bugs.webkit.org/attachment.cgi?id=296510&action=review
Testcase

In the attached tests, I have two elements displaying text with "font-size" set to "14px" and "zoom" property set. The element that has "zoom" set to 4 reports a font-size of "14px" in its computed style, while the element that has "zoom" set to 0.25 reports a font-size of "36px". I would expect 14px to reported in both cases.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161208/41bdc15d/attachment.html>


More information about the webkit-unassigned mailing list