mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Map hr
width attribute to the width dimension property
This commit is contained in:
parent
45a3360a62
commit
4c3101e021
Notes:
github-actions[bot]
2024-10-02 09:28:38 +00:00
Author: https://github.com/tcl3
Commit: 4c3101e021
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1591
4 changed files with 41 additions and 0 deletions
3
Tests/LibWeb/Text/expected/HTML/dimension-attributes.txt
Normal file
3
Tests/LibWeb/Text/expected/HTML/dimension-attributes.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Test hr.width = "100" maps to width: 100px
|
||||
Test hr.width = " 00110 " maps to width: 110px
|
||||
Test hr.width = "120." maps to width: 120px
|
Loading…
Add table
Add a link
Reference in a new issue