зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1422839 part 3 - Add internal overflow-clip-box-block/-inline properties and make overflow-clip-box a shorthand (automated devtools update). r=dholbert
MozReview-Commit-ID: 14IsjC7MdcA
This commit is contained in:
Родитель
1025f3b9fe
Коммит
cbadd9f2b4
|
@ -3053,7 +3053,8 @@ exports.CSS_PROPERTIES = {
|
|||
"-moz-outline-radius-topright",
|
||||
"outline-style",
|
||||
"outline-width",
|
||||
"overflow-clip-box",
|
||||
"overflow-clip-box-block",
|
||||
"overflow-clip-box-inline",
|
||||
"overflow-x",
|
||||
"overflow-y",
|
||||
"padding-block-end",
|
||||
|
@ -9954,6 +9955,14 @@ exports.PREFERENCES = [
|
|||
"overflow-clip-box",
|
||||
"layout.css.overflow-clip-box.enabled"
|
||||
],
|
||||
[
|
||||
"overflow-clip-box-block",
|
||||
"layout.css.overflow-clip-box.enabled"
|
||||
],
|
||||
[
|
||||
"overflow-clip-box-inline",
|
||||
"layout.css.overflow-clip-box.enabled"
|
||||
],
|
||||
[
|
||||
"paint-order",
|
||||
"svg.paint-order.enabled"
|
||||
|
|
Загрузка…
Ссылка в новой задаче