|
150 | 150 | { value: "oblique 20deg", isValid: true, expectedValue: "oblique", description: "'oblique' followed by default 20deg angle" },
|
151 | 151 | { value: "oblique 90deg", isValid: true, description: "'oblique' followed by maxumum 90 degree angle" },
|
152 | 152 | { value: "oblique -90deg", isValid: true, description: "'oblique' followed by minimum -90 degree angle" },
|
153 |
| - { value: "oblique calc(91deg)", isValid: true, expectedValue: "oblique 90deg", description: "'oblique' followed by calc with out of range value (should be clamped)" }, |
154 |
| - { value: "oblique calc(-91deg)", isValid: true, expectedValue: "oblique -90deg", description: "'oblique' followed by calc with out of range value (should be clamped)" }, |
155 |
| - { value: "oblique 0rad", isValid: true, expectedValue: "oblique 0deg", description: "'oblique' followed by angle in radians" }, |
| 153 | + { value: "oblique calc(91deg)", isValid: true, description: "'oblique' followed by calc with out of range value (should be clamped)" }, |
| 154 | + { value: "oblique calc(-91deg)", isValid: true, description: "'oblique' followed by calc with out of range value (should be clamped)" }, |
| 155 | + { value: "oblique 0rad", isValid: true, expectedValue: "oblique 0deg", description: "'oblique' followed by angle in radians" }, |
156 | 156 | { value: "oblique 20", isValid: false, description: "'oblique' followed by unit-less number" },
|
157 | 157 | { value: "oblique 20px", isValid: false, description: "'oblique' followed by non-angle" },
|
158 | 158 | { value: "oblique a", isValid: false, description: "'oblique' followed by non-number" },
|
|
0 commit comments