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