mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Implement getComputedStyle
This commit is contained in:
parent
416931f4be
commit
e484d6b5e3
24 changed files with 886 additions and 152 deletions
|
@ -1117,7 +1117,7 @@ impl<'a> FlowConstructor<'a> {
|
|||
fn build_flow_for_list_item(&mut self, node: &ThreadSafeLayoutNode, flotation: float::T)
|
||||
-> ConstructionResult {
|
||||
let flotation = FloatKind::from_property(flotation);
|
||||
let marker_fragment = match node.style().get_list().list_style_image {
|
||||
let marker_fragment = match node.style().get_list().list_style_image.0 {
|
||||
Some(ref url) => {
|
||||
let image_info = box ImageFragmentInfo::new(node,
|
||||
Some((*url).clone()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue