зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1215878 - Temporarily skip font-family subtest because of bug 1533392.
CLOSED TREE
This commit is contained in:
Родитель
c7e9046b0e
Коммит
70d739d347
|
@ -57,6 +57,9 @@ function testInheritedProperty(property, info) {
|
|||
// is different (normal vs. 19px).
|
||||
if (property == "line-height")
|
||||
return;
|
||||
// Ongoing debugging in bug 1533392.
|
||||
if (property == "font-family")
|
||||
return;
|
||||
|
||||
const div = kInheritedDiv;
|
||||
const initial = getInitialValue(div, property);
|
||||
|
|
Загрузка…
Ссылка в новой задаче