mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02: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.
7 lines
62 B
HTML
7 lines
62 B
HTML
<style>
|
|
div {
|
|
border-spacing: calc(2px);
|
|
}
|
|
</style>
|
|
<div>
|