mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Stylo: Change mask-repeat initial value from no-repeat to repeat.
This commit is contained in:
parent
5cd8265f9a
commit
373307f9c2
1 changed files with 2 additions and 2 deletions
|
@ -81,12 +81,12 @@ ${helpers.single_keyword("mask-mode",
|
|||
|
||||
#[inline]
|
||||
pub fn get_initial_value() -> computed_value::T {
|
||||
computed_value::T(RepeatKeyword::NoRepeat, RepeatKeyword::NoRepeat)
|
||||
computed_value::T(RepeatKeyword::Repeat, RepeatKeyword::Repeat)
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn get_initial_specified_value() -> SpecifiedValue {
|
||||
SpecifiedValue::Other(RepeatKeyword::NoRepeat, None)
|
||||
SpecifiedValue::Other(RepeatKeyword::Repeat, None)
|
||||
}
|
||||
</%helpers:vector_longhand>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue