mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 15:02:11 +00:00
Bug 875250 - add invalid value for text-combine-horizontal. r=dbaron
This commit is contained in:
parent
c5ad513ce0
commit
496a9cd010
@ -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…
x
Reference in New Issue
Block a user