New issue
Advanced search Search tips

Issue 610225 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: May 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

border-(top/right/bottom/left) serialization in cssText is broken

Project Member Reported by timloh@chromium.org, May 9 2016

Issue description

I noticed the following while trying to understand how some code in the StylePropertySerializer works (or doesn't work rather):

> $0.style.cssText = 'border-top: pink'
"border-top: pink"
> $0.style.cssText
"border-top-color: pink;"

In FF it is serialized as "border-top: medium none pink", which is much more sensible.
 
Owner: timloh@chromium.org
Status: Assigned (was: Available)
...I might fix this... yak shaving :/

Comment 2 by timloh@chromium.org, May 30 2016

Status: Fixed (was: Assigned)
Works on ToT, one of the changes while addressing 612363 (probably the second one) would've fixed it.

Sign in to add a comment