mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 875250 - add invalid value for text-combine-horizontal. r=dbaron
This commit is contained in:
parent
c447eb3391
commit
8d4dc0816e
@ -4269,7 +4269,7 @@ if (SpecialPowers.getBoolPref("layout.css.vertical-text.enabled")) {
|
||||
initial_values: [ "none" ],
|
||||
other_values: [ "all", "digits", "digits 2", "digits 3", "digits 4", "digits 3" ],
|
||||
invalid_values: [ "auto", "all 2", "none all", "digits -3", "digits 0",
|
||||
"digits 12", "none 3", "digits 3.1415", "digits3",
|
||||
"digits 12", "none 3", "digits 3.1415", "digits3", "digits 1",
|
||||
"digits 3 all", "digits foo", "digits all", "digits 3.0" ]
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user