stylo: Add support for <table> color quirk

MozReview-Commit-ID: 56IKARwfbhw
This commit is contained in:
Manish Goregaokar 2017-03-26 13:53:34 -07:00 committed by Manish Goregaokar
parent 0392e58a2f
commit 1c23296d8a
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
6 changed files with 62 additions and 25 deletions

View file

@ -26,10 +26,7 @@
#[inline]
fn from_computed_value(computed: &computed_value::T) -> Self {
SpecifiedValue(CSSColor {
parsed: Color::RGBA(*computed),
authored: None,
})
SpecifiedValue(Color::RGBA(*computed).into())
}
}