mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb: Consider every row when calculating table width
This commit is contained in:
parent
c67ecf37f7
commit
d1b967bca5
Notes:
github-actions[bot]
2024-11-05 10:59:07 +00:00
Author: https://github.com/Gingeh
Commit: d1b967bca5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2171
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 88 additions and 15 deletions
10
Tests/LibWeb/Layout/input/table/colspan-overflow-crash.html
Normal file
10
Tests/LibWeb/Layout/input/table/colspan-overflow-crash.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<table>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">2</td>
|
||||
<td>3</td>
|
||||
</tr>
|
||||
</table>
|
||||
PASS (didn't crash)
|
Loading…
Add table
Add a link
Reference in a new issue