1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:07:34 +00:00

LibWeb: Don't crash on percentage values for CSS stroke-width

Fixes a crash when loading https://vercel.com/
This commit is contained in:
Andreas Kling 2023-05-21 09:50:56 +02:00
parent beb55f726f
commit 6cb9d755d9
3 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,3 @@
<!doctype html><style>
body { stroke-width: 5%; }
</style>