mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00: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>
|