mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +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:
parent
beb55f726f
commit
6cb9d755d9
3 changed files with 10 additions and 1 deletions
|
@ -0,0 +1,3 @@
|
|||
<!doctype html><style>
|
||||
body { stroke-width: 5%; }
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue