Bug 1800112 - default-properties-on-the-math-root.html fails. r=emilio

This commit adds missing UA rules on the <math> root as specified
in https://w3c.github.io/mathml-core/#the-top-level-math-element

Differential Revision: https://phabricator.services.mozilla.com/D161815
This commit is contained in:
Frederic Wang 2022-11-11 09:39:15 +00:00
Родитель 9f2f65d166
Коммит cf81eabf53
2 изменённых файлов: 2 добавлений и 5 удалений

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

@ -20,6 +20,8 @@ math {
display: inline;
font-size: inherit;
font-style: normal;
font-weight: normal;
text-indent: 0;
font-family: serif;
line-height: normal;
word-spacing: normal;

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

@ -1,8 +1,3 @@
[default-properties-on-the-math-root.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Value of text-indent on the <math> root]
expected: FAIL
[Value of font-weight on the <math> root]
expected: FAIL