Skip to content

Commit cdc81e8

Browse files
committed
LibWeb/CSS: Add -moz-appearance property alias
1 parent d5d1b53 commit cdc81e8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Libraries/LibWeb/CSS/Properties.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"-moz-appearance": {
3+
"legacy-alias-for": "appearance"
4+
},
25
"-webkit-align-content": {
36
"legacy-alias-for": "align-content"
47
},

Tests/LibWeb/Text/expected/css/CSSStyleProperties-all-supported-properties-and-default-values.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
All supported properties and their default values exposed from CSSStyleProperties from getComputedStyle:
22
'cssFloat': 'none'
3+
'MozAppearance': 'none'
4+
'-moz-appearance': 'none'
35
'WebkitAlignContent': 'normal'
46
'webkitAlignContent': 'normal'
57
'-webkit-align-content': 'normal'

0 commit comments

Comments
 (0)