[Webkit-unassigned] [Bug 110853] Reading border radius from style property returns in wrong order.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 00:32:24 PST 2013


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





--- Comment #2 from Jared Wyles <wyles at adobe.com>  2013-02-26 00:34:48 PST ---
Reproduction steps are:

 var myDiv = document.createElement("div");
 myDiv.style.borderRadius = "1px 2px 3px 4px";
 document.write(myDiv.style.borderRadius);

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