mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
This allows us to run the WPT tests under quirks/unitless-length/ without crashing, giving us over 4600 new passing subtests. :^)
7 lines
67 B
HTML
7 lines
67 B
HTML
<style>
|
|
div {
|
|
clip: rect(0, 0, 0, calc(2px));
|
|
}
|
|
</style>
|
|
<div>
|