Bug 1492958 - Update the devtools property database.

This commit is contained in:
Emilio Cobos Álvarez 2018-11-12 11:51:09 +01:00
parent cbc11eb6a3
commit 9674abaaa8

View File

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