1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Tests/LibWeb/Layout/input/css-rect-value-with-calc-dont-crash.html
2025-06-07 11:09:53 +01:00

7 lines
83 B
HTML

<!DOCTYPE html>
<style>
div {
clip: rect(0, 0, 0, calc(2px));
}
</style>
<div>