pub fn render_to_display_list(
html: &str,
css: &str,
width: i32,
height: i32,
) -> (LayoutBox, DisplayList)Expand description
Render HTML and return (layout, display_list) for inspection
pub fn render_to_display_list(
html: &str,
css: &str,
width: i32,
height: i32,
) -> (LayoutBox, DisplayList)Render HTML and return (layout, display_list) for inspection