Bug 1573725 followup: update devtools css db to reflect that `text-decoration-thickness: from-font` is supported. r=dholbert

DONTBUILD because this will still fail xpcshell tests
until the next commit which adds `from-font` to the other
new property, `text-underline-offset`.

Differential Revision: https://phabricator.services.mozilla.com/D42005

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Charlie Marlow 2019-08-14 18:20:40 +00:00
Родитель 345e583583
Коммит 4643da386c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -10012,6 +10012,7 @@ exports.CSS_PROPERTIES = {
"supports": [], "supports": [],
"values": [ "values": [
"auto", "auto",
"from-font",
"inherit", "inherit",
"initial", "initial",
"revert", "revert",