mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 830260 followup to address review comment.
This commit is contained in:
parent
d5dd36e273
commit
eac49c9227
@ -24,7 +24,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=830260
|
||||
'Passing null as a color to setProperty should remove the property');
|
||||
|
||||
div.style.color = "green";
|
||||
ise(div.style.color, "green", 'Assigning "green" as a color should not parse');
|
||||
ise(div.style.color, "green", 'Assigning "green" as a color should parse');
|
||||
|
||||
div.style.color = null;
|
||||
ise(div.style.color, "",
|
||||
|
Loading…
Reference in New Issue
Block a user