mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Initial support for custom properties in CSSStyleDeclaration
This commit is contained in:
parent
d56ea10770
commit
feaf6f4c3f
9 changed files with 471 additions and 27 deletions
|
@ -979,7 +979,7 @@ impl LayoutTask {
|
|||
// FIXME: implement used value computation for line-height
|
||||
property => {
|
||||
rw_data.resolved_style_response =
|
||||
style.computed_value_to_string(property.as_slice());
|
||||
style.computed_value_to_string(property.as_slice()).ok();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue