mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Implement the unitless length quirk for physical size extremums
This commit is contained in:
parent
2aea6d8907
commit
37118e1e45
4 changed files with 51 additions and 59 deletions
|
@ -511,7 +511,7 @@ pub extern "C" fn Servo_StyleSheet_Empty(mode: SheetParsingMode) -> RawServoStyl
|
|||
Arc::new(Stylesheet::from_str(
|
||||
"", unsafe { dummy_url_data() }.clone(), origin,
|
||||
Arc::new(shared_lock.wrap(MediaList::empty())),
|
||||
shared_lock, None, &RustLogReporter, QuirksMode::NoQuirks, Wh0u64)
|
||||
shared_lock, None, &RustLogReporter, QuirksMode::NoQuirks, 0u64)
|
||||
).into_strong()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue