ladybird/Tests/LibWeb/Layout/input/line-height-calc-number.html
Andreas Kling 966058d693 LibWeb: Support line-height: calc(...) values that resolve to number
This is used on GitHub and many other websites.
2023-06-01 09:20:05 +02:00

6 lines
No EOL
109 B
HTML

<!doctype html><style>
div {
line-height: calc(2 + 2);
background: pink;
}
</style><div>hello friends