RESOLVED DUPLICATE of bug 229917 154551
getComputedStyle() for "background-position-x: right 20px" is wrong
https://bugs.webkit.org/show_bug.cgi?id=154551
Summary getComputedStyle() for "background-position-x: right 20px" is wrong
Simon Fraser (smfr)
Reported 2016-02-22 12:37:55 PST
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.
Attachments
Simon Fraser (smfr)
Comment 1 2016-09-10 17:52:31 PDT
*** Bug 161843 has been marked as a duplicate of this bug. ***
Simon Fraser (smfr)
Comment 2 2021-09-08 15:47:59 PDT
*** This bug has been marked as a duplicate of bug 229917 ***
Note You need to log in before you can comment on or make changes to this bug.