mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 16:41:52 +00:00
This allows us to progress further on this WPT test: https://wpt.live/quirks/unitless-length/quirks.html ...although it still crashes before finishing.
6 lines
62 B
HTML
6 lines
62 B
HTML
<style>
|
|
div {
|
|
border-spacing: calc(2px);
|
|
}
|
|
</style>
|
|
<div>
|