Bug 875250 - add invalid value for text-combine-horizontal. r=dbaron

This commit is contained in:
John Daggett 2013-08-20 17:15:40 +09:00
parent c5ad513ce0
commit 496a9cd010

View File

@ -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" ]
}
};