Bug 1215878 - Temporarily skip font-family subtest because of bug 1533392.

CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2019-03-07 20:39:37 +01:00
Родитель c7e9046b0e
Коммит 70d739d347
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -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);