Bug 1492958 - Update the devtools property database.

This commit is contained in:
Emilio Cobos Álvarez 2018-11-12 11:51:09 +01:00
Родитель cbc11eb6a3
Коммит 9674abaaa8
1 изменённых файлов: 0 добавлений и 10 удалений

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

@ -1356,19 +1356,14 @@ exports.CSS_PROPERTIES = {
], ],
"supports": [], "supports": [],
"values": [ "values": [
"-moz-all",
"-moz-none", "-moz-none",
"-moz-text", "-moz-text",
"all", "all",
"auto", "auto",
"element",
"elements",
"inherit", "inherit",
"initial", "initial",
"none", "none",
"text", "text",
"toggle",
"tri-state",
"unset" "unset"
] ]
}, },
@ -2752,19 +2747,14 @@ exports.CSS_PROPERTIES = {
], ],
"supports": [], "supports": [],
"values": [ "values": [
"-moz-all",
"-moz-none", "-moz-none",
"-moz-text", "-moz-text",
"all", "all",
"auto", "auto",
"element",
"elements",
"inherit", "inherit",
"initial", "initial",
"none", "none",
"text", "text",
"toggle",
"tri-state",
"unset" "unset"
] ]
}, },