mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
Previously, we would allow calc values such as `calc(min(1 2))`, which would be simplified to `calc(3)` because we assumed that numbers not separated by an operator represented a sum. We now validate that the number of operators we see is as we would expect before collecting these values into a sum node.
57 lines
No EOL
4.2 KiB
Text
57 lines
No EOL
4.2 KiB
Text
Harness status: OK
|
|
|
|
Found 52 tests
|
|
|
|
52 Pass
|
|
Pass e.style['transition-delay'] = "min()" should not set the property value
|
|
Pass e.style['transition-delay'] = "min( )" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(,)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1mt)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s, )" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(, 1s)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s + )" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s - )" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s * )" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s / )" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s 2s)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s, , 2s)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max()" should not set the property value
|
|
Pass e.style['transition-delay'] = "max( )" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(,)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1dag)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s, )" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(, 1s)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s + )" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s - )" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s * )" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s / )" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s 2s)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s, , 2s)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(0)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(0%)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(0px)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(0deg)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(0Hz)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(0dpi)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(0fr)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s, 0)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s, 0%)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s, 0px)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s, 0deg)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s, 0Hz)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s, 0dpi)" should not set the property value
|
|
Pass e.style['transition-delay'] = "min(1s, 0fr)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(0)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(0%)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(0px)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(0deg)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(0Hz)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(0dpi)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(0fr)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s, 0)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s, 0%)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s, 0px)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s, 0deg)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s, 0Hz)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s, 0dpi)" should not set the property value
|
|
Pass e.style['transition-delay'] = "max(1s, 0fr)" should not set the property value |