ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-values/exp-log-invalid.txt
Callum Law d32f99b16f LibWeb: Ensure all passed arguments are used when parsing math functions
This disallows things such as `log(1, foobar)` where we would previously
just skip over `foobar` and parse this as `log(1)`
2025-10-23 09:34:12 +01:00

53 lines
No EOL
3.4 KiB
Text

Harness status: OK
Found 48 tests
48 Pass
Pass e.style['opacity'] = "exp()" should not set the property value
Pass e.style['opacity'] = "exp( )" should not set the property value
Pass e.style['opacity'] = "exp(,)" should not set the property value
Pass e.style['opacity'] = "exp(1, )" should not set the property value
Pass e.style['opacity'] = "exp(, 1)" should not set the property value
Pass e.style['opacity'] = "exp(1 + )" should not set the property value
Pass e.style['opacity'] = "exp(1 - )" should not set the property value
Pass e.style['opacity'] = "exp(1 * )" should not set the property value
Pass e.style['opacity'] = "exp(1 / )" should not set the property value
Pass e.style['opacity'] = "exp(1 2)" should not set the property value
Pass e.style['opacity'] = "exp(1, , 2)" should not set the property value
Pass e.style['opacity'] = "log()" should not set the property value
Pass e.style['opacity'] = "log( )" should not set the property value
Pass e.style['opacity'] = "log(,)" should not set the property value
Pass e.style['opacity'] = "log(1, )" should not set the property value
Pass e.style['opacity'] = "log(, 1)" should not set the property value
Pass e.style['opacity'] = "log(1 + )" should not set the property value
Pass e.style['opacity'] = "log(1 - )" should not set the property value
Pass e.style['opacity'] = "log(1 * )" should not set the property value
Pass e.style['opacity'] = "log(1 / )" should not set the property value
Pass e.style['opacity'] = "log(1 2)" should not set the property value
Pass e.style['opacity'] = "log(1, , 2)" should not set the property value
Pass e.style['opacity'] = "exp(0px)" should not set the property value
Pass e.style['opacity'] = "exp(0s)" should not set the property value
Pass e.style['opacity'] = "exp(0deg)" should not set the property value
Pass e.style['opacity'] = "exp(0Hz)" should not set the property value
Pass e.style['opacity'] = "exp(0dpi)" should not set the property value
Pass e.style['opacity'] = "exp(0fr)" should not set the property value
Pass e.style['opacity'] = "exp(1, 1%)" should not set the property value
Pass e.style['opacity'] = "exp(1, 0px)" should not set the property value
Pass e.style['opacity'] = "exp(1, 0s)" should not set the property value
Pass e.style['opacity'] = "exp(1, 0deg)" should not set the property value
Pass e.style['opacity'] = "exp(1, 0Hz)" should not set the property value
Pass e.style['opacity'] = "exp(1, 0dpi)" should not set the property value
Pass e.style['opacity'] = "exp(1, 0fr)" should not set the property value
Pass e.style['opacity'] = "log(0px)" should not set the property value
Pass e.style['opacity'] = "log(0s)" should not set the property value
Pass e.style['opacity'] = "log(0deg)" should not set the property value
Pass e.style['opacity'] = "log(0Hz)" should not set the property value
Pass e.style['opacity'] = "log(0dpi)" should not set the property value
Pass e.style['opacity'] = "log(0fr)" should not set the property value
Pass e.style['opacity'] = "log(1, 1%)" should not set the property value
Pass e.style['opacity'] = "log(1, 0px)" should not set the property value
Pass e.style['opacity'] = "log(1, 0s)" should not set the property value
Pass e.style['opacity'] = "log(1, 0deg)" should not set the property value
Pass e.style['opacity'] = "log(1, 0Hz)" should not set the property value
Pass e.style['opacity'] = "log(1, 0dpi)" should not set the property value
Pass e.style['opacity'] = "log(1, 0fr)" should not set the property value