Bug 1428676 pt 2. Test content can't use '-moz-appearance: -moz-menulist-button'. r=emilio

--HG--
extra : rebase_source : 38fbb1987f416d859a75cd3742d936aca9ac6d41
This commit is contained in:
Jonathan Watt 2018-06-20 13:50:23 +01:00
Родитель e8a416046f
Коммит 069c4bbaf4
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -16,6 +16,9 @@ const NON_CONTENT_ACCESSIBLE_VALUES = {
"-moz-popup",
"-moz-groupbox",
],
"-moz-appearance": [
"-moz-menulist-button",
],
};
if (!SpecialPowers.getBoolPref("layout.css.xul-box-display-values.content.enabled")) {