mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Un-prefix -moz-tab-size (keeping the prefixed version as an alias for now)
This results in lots of new WPT test passes. There were also a couple of WPT tests that turned out to be broken; tab-size-inline-001 and -002 had errors in their reference files such that they'd never pass anywhere. So those are fixed here. Depends on D117331 Differential Revision: https://phabricator.services.mozilla.com/D117332
This commit is contained in:
parent
4353d31cb0
commit
f0a178b56a
4 changed files with 4 additions and 4 deletions
|
@ -235,7 +235,7 @@ impl<LengthPercentage> MaxSize<LengthPercentage> {
|
|||
}
|
||||
}
|
||||
|
||||
/// A generic `<length>` | `<number>` value for the `-moz-tab-size` property.
|
||||
/// A generic `<length>` | `<number>` value for the `tab-size` property.
|
||||
#[derive(
|
||||
Animate,
|
||||
Clone,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue