Bug 1092264 - Fix testing of 'isolation' property. r=dbaron

This commit is contained in:
Rik Cabanier 2014-11-03 10:13:13 -08:00
Родитель 9dc267bb93
Коммит 407297fd8e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5539,7 +5539,7 @@ if (SpecialPowers.getBoolPref("layout.css.isolation.enabled")) {
inherited: false,
type: CSS_TYPE_LONGHAND,
initial_values: [ "auto" ],
other_values: ["isolated"],
other_values: ["isolate"],
invalid_values: []
};
}