mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
LibWeb: Resolve percentages in calc() for font-size
Fixes crashing on https://react.dev/
This commit is contained in:
parent
b64ed060d8
commit
28c9015bd8
5 changed files with 39 additions and 18 deletions
|
@ -0,0 +1,5 @@
|
|||
<style>
|
||||
.test {
|
||||
font-size: calc(1em + 200%);
|
||||
}
|
||||
</style><div class="test">i resolved enough of percentages, no?</div>
|
Loading…
Add table
Add a link
Reference in a new issue