mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:47:34 +00:00
LibWeb: Avoid division by zero when computing table width
Previously, a crash could occur when computing the width of a table with cells that had a percentage width of 0.
This commit is contained in:
parent
21364711da
commit
58df9c45b9
3 changed files with 33 additions and 2 deletions
|
@ -0,0 +1 @@
|
|||
<!DOCTYPE html><table><tbody><tr><td><table><tbody><tr><td style="width: 0%">
|
Loading…
Add table
Add a link
Reference in a new issue