[Webkit-unassigned] [Bug 154551] New: getComputedStyle() for "background-position-x: right 20px" is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 12:37:55 PST 2016


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

            Bug ID: 154551
           Summary: getComputedStyle() for "background-position-x: right
                    20px" is wrong
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

run("t.setAttribute('style', 'background-position: right 20px bottom 10px');");
shouldBe("window.getComputedStyle(t).backgroundPositionX", "20px"); // Returns 20px but should return "right 20px" or calc or something.

-- 
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/20160222/e639cd36/attachment.html>


More information about the webkit-unassigned mailing list