Bug 1747934 - Apply line-height to ::marker. r=layout-reviewers,jfkthame

Differential Revision: https://phabricator.services.mozilla.com/D136313
This commit is contained in:
Emilio Cobos Álvarez 2022-01-19 16:43:34 +00:00
Родитель 2a127375dd
Коммит 096bfd3558
4 изменённых файлов: 2 добавлений и 8 удалений

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

@ -6126,6 +6126,7 @@ var gCSSProperties = {
domProp: "lineHeight",
inherited: true,
type: CSS_TYPE_LONGHAND,
applies_to_marker: true,
applies_to_first_letter: true,
applies_to_first_line: true,
applies_to_placeholder: true,

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

@ -889,6 +889,7 @@ class PropertyRestrictions:
"unicode-bidi",
"direction",
"content",
"line-height",
"-moz-osx-font-smoothing",
]
+ PropertyRestrictions.spec(data, "css-fonts")

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

@ -1,2 +0,0 @@
[marker-line-height.html]
expected: FAIL

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

@ -2,9 +2,6 @@
[Property list-style value 'inside url('foo') decimal' in ::marker]
expected: FAIL
[Property font value 'italic small-caps 900 expanded 25px / 50px Ahem' in ::marker]
expected: FAIL
[Property text-shadow value 'rgb(0, 255, 0) 1px 2px 3px' in ::marker]
expected: FAIL
@ -38,9 +35,6 @@
[Property word-break value 'break-word' in ::marker]
expected: FAIL
[Property line-height value '50px' in ::marker]
expected: FAIL
[Property font-synthesis-small-caps value 'none' in ::marker]
expected: FAIL