mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibWeb: Map dimension attributes for table elements
This commit is contained in:
parent
728236f4d2
commit
140dc95e67
Notes:
github-actions[bot]
2024-10-02 09:28:16 +00:00
Author: https://github.com/tcl3
Commit: 140dc95e67
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1591
9 changed files with 61 additions and 8 deletions
|
@ -55,3 +55,9 @@ Test embed.width = "120." maps to width: 120px
|
|||
Test embed.height = "100" maps to height: 100px
|
||||
Test embed.height = " 00110 " maps to height: 110px
|
||||
Test embed.height = "120." maps to height: 120px
|
||||
Test tr.height = "100" maps to height: 100px
|
||||
Test tr.height = " 00110 " maps to height: 110px
|
||||
Test tr.height = "120." maps to height: 120px
|
||||
Test col.width = "100" maps to width: 100px
|
||||
Test col.width = " 00110 " maps to width: 110px
|
||||
Test col.width = "120." maps to width: 120px
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue