Files
ladybird/Tests/LibWeb/Layout/input/css-rect-value-with-calc-dont-crash.html
2025-06-07 11:09:53 +01:00

8 lines
83 B
HTML

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