[Webkit-unassigned] [Bug 111121] getComputedStyle not working with more than one background image.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 20 22:39:38 PDT 2013


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





--- Comment #3 from Uday Kiran <udaykiran at motorola.com>  2013-03-20 22:42:05 PST ---
Actual Result:
rgba(0, 0, 0, 0) url(dummy://test/1.png), url(dummy://test/2.png) repeat, repeat scroll, scroll 0% 0%, 0% 0% / auto, auto padding-box, padding-box border-box, border-box

I think expected result should be
rgba(0, 0, 0, 0) url(dummy://test/1.png) repeat scroll 0% 0% / auto padding-box border-box, url(dummy://test/2.png) repeat scroll 0% 0% / auto padding-box border-box

-- 
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