Bug 154551

Summary: getComputedStyle() for "background-position-x: right 20px" is wrong
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: Safari 9   
Hardware: Unspecified   
OS: Unspecified   

Description Simon Fraser (smfr) 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.
Comment 1 Simon Fraser (smfr) 2016-09-10 17:52:31 PDT
*** Bug 161843 has been marked as a duplicate of this bug. ***
Comment 2 Simon Fraser (smfr) 2021-09-08 15:47:59 PDT

*** This bug has been marked as a duplicate of bug 229917 ***