mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix rebase issues and run Prettier on layout viewer code
This commit is contained in:
parent
a042f85083
commit
c4276aa27e
6 changed files with 380 additions and 331 deletions
|
@ -34,7 +34,7 @@ pub(crate) struct ReplacedContent {
|
|||
///
|
||||
/// * For SVG, see https://svgwg.org/svg2-draft/coords.html#SizingSVGInCSS
|
||||
/// and again https://github.com/w3c/csswg-drafts/issues/4572.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Serialize)]
|
||||
pub(crate) struct IntrinsicSizes {
|
||||
pub width: Option<Length>,
|
||||
pub height: Option<Length>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue