mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update test expectations.
This commit is contained in:
parent
a7e441fc15
commit
15f7daf5f5
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ var otherProperties = [
|
|||
['border-spacing', 'calc(1px)', 'calc(1px)'],
|
||||
['transform-origin', 'calc(1px + 0%)', 'calc(0% + 1px) center 0px'],
|
||||
['perspective-origin', 'calc(1px + 0%)', 'calc(0% + 1px) center'],
|
||||
['background-size', 'calc(1px + 0%)', 'calc(0% + 1px) auto'],
|
||||
['background-size', 'calc(1px + 0%)', 'calc(0% + 1px)'],
|
||||
['background-position', 'calc(1px + 0%) calc(2px + 0%)', 'calc(0% + 1px) calc(0% + 2px)'],
|
||||
['border-top-left-radius', 'calc(1px + 0%)', 'calc(0% + 1px)'],
|
||||
['border-bottom-left-radius', 'calc(1px + 0%)', 'calc(0% + 1px)'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue