ladybird/Tests/LibWeb/Layout/input/border-spacing-calc-dont-crash.html
Andreas Kling 5e240f997c LibWeb: Don't crash when encountering border-spacing: calc(...)
This allows us to progress further on this WPT test:
https://wpt.live/quirks/unitless-length/quirks.html

...although it still crashes before finishing.
2024-10-09 14:14:08 +01:00

6 lines
62 B
HTML

<style>
div {
border-spacing: calc(2px);
}
</style>
<div>