mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
style: Add check for non-Copy specified value to ensure specified_is_copy always returns the right result.
Differential Revision: https://phabricator.services.mozilla.com/D2931
This commit is contained in:
parent
e7945bbfcb
commit
e22850dc85
3 changed files with 29 additions and 1 deletions
|
@ -448,7 +448,7 @@ ${helpers.predefined_type(
|
|||
|
||||
${helpers.predefined_type(
|
||||
"perspective-origin",
|
||||
"position::Position",
|
||||
"Position",
|
||||
"computed::position::Position::center()",
|
||||
boxed=True,
|
||||
extra_prefixes=transform_extra_prefixes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue