ladybird/Tests/LibWeb/Layout/input/css-rect-value-with-calc-dont-crash.html
Andreas Kling 5df6c6eecf LibWeb: Don't crash when encountering calc() inside a CSS rect() value
This allows us to run the WPT tests under quirks/unitless-length/
without crashing, giving us over 4600 new passing subtests. :^)
2024-10-09 14:14:08 +01:00

6 lines
67 B
HTML

<style>
div {
clip: rect(0, 0, 0, calc(2px));
}
</style>
<div>