mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
LibWeb/CSS: Serialize overflow correctly
When the x and y values are the same, we only want to serialize one. This gets us 10 local WPT subtest passes. :^)
This commit is contained in:
parent
e4d55a6037
commit
0c39d07b4d
Notes:
github-actions[bot]
2024-11-30 10:02:56 +00:00
Author: https://github.com/AtkinsSJ
Commit: 0c39d07b4d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2638
4 changed files with 23 additions and 17 deletions
|
@ -443,7 +443,7 @@ All supported properties and their default values exposed from CSSStyleDeclarati
|
|||
'outline-style': 'none'
|
||||
'outlineWidth': 'medium'
|
||||
'outline-width': 'medium'
|
||||
'overflow': 'visible visible'
|
||||
'overflow': 'visible'
|
||||
'overflowX': 'visible'
|
||||
'overflow-x': 'visible'
|
||||
'overflowY': 'visible'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue