mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Add calc parsing tests for the other properties
This commit is contained in:
parent
25829bbb12
commit
2591a89a91
2 changed files with 211 additions and 0 deletions
|
@ -6,3 +6,123 @@
|
|||
[calc(0px + 0pt + 0pc + 0in + 0cm + 0mm + 0rem + 0em + 0ex + 0% + 0vw + 0vh + 0vmin + 0vmax)]
|
||||
expected: FAIL
|
||||
|
||||
[calc for border-width]
|
||||
expected: FAIL
|
||||
|
||||
[calc for border-top-width]
|
||||
expected: FAIL
|
||||
|
||||
[calc for border-left-width]
|
||||
expected: FAIL
|
||||
|
||||
[calc for border-right-width]
|
||||
expected: FAIL
|
||||
|
||||
[calc for border-bottom-width]
|
||||
expected: FAIL
|
||||
|
||||
[calc for outline-width]
|
||||
expected: FAIL
|
||||
|
||||
[calc for outline-offset]
|
||||
expected: FAIL
|
||||
|
||||
[calc for letter-spacing]
|
||||
expected: FAIL
|
||||
|
||||
[calc for word-spacing]
|
||||
expected: FAIL
|
||||
|
||||
[calc for border-spacing]
|
||||
expected: FAIL
|
||||
|
||||
[calc for column-width]
|
||||
expected: FAIL
|
||||
|
||||
[calc for column-gap]
|
||||
expected: FAIL
|
||||
|
||||
[calc for perspective]
|
||||
expected: FAIL
|
||||
|
||||
[calc for border-top-left-radius]
|
||||
expected: FAIL
|
||||
|
||||
[calc for border-bottom-left-radius]
|
||||
expected: FAIL
|
||||
|
||||
[calc for border-top-right-radius]
|
||||
expected: FAIL
|
||||
|
||||
[calc for border-bottom-right-radius]
|
||||
expected: FAIL
|
||||
|
||||
[calc for top]
|
||||
expected: FAIL
|
||||
|
||||
[calc for left]
|
||||
expected: FAIL
|
||||
|
||||
[calc for bottom]
|
||||
expected: FAIL
|
||||
|
||||
[calc for right]
|
||||
expected: FAIL
|
||||
|
||||
[calc for width]
|
||||
expected: FAIL
|
||||
|
||||
[calc for height]
|
||||
expected: FAIL
|
||||
|
||||
[calc for min-width]
|
||||
expected: FAIL
|
||||
|
||||
[calc for min-height]
|
||||
expected: FAIL
|
||||
|
||||
[calc for max-width]
|
||||
expected: FAIL
|
||||
|
||||
[calc for max-height]
|
||||
expected: FAIL
|
||||
|
||||
[calc for line-height]
|
||||
expected: FAIL
|
||||
|
||||
[calc for vertical-align]
|
||||
expected: FAIL
|
||||
|
||||
[calc for background-position]
|
||||
expected: FAIL
|
||||
|
||||
[calc for background-size]
|
||||
expected: FAIL
|
||||
|
||||
[calc for font-size]
|
||||
expected: FAIL
|
||||
|
||||
[calc for text-indent]
|
||||
expected: FAIL
|
||||
|
||||
[calc for transform-origin]
|
||||
expected: FAIL
|
||||
|
||||
[calc for perspective-origin]
|
||||
expected: FAIL
|
||||
|
||||
[calc for transition-delay]
|
||||
expected: FAIL
|
||||
|
||||
[calc for z-index]
|
||||
expected: FAIL
|
||||
|
||||
[calc for column-count]
|
||||
expected: FAIL
|
||||
|
||||
[calc for opacity]
|
||||
expected: FAIL
|
||||
|
||||
[calc for transition-duration]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue