diff --git a/layout/style/test/test_revert.html b/layout/style/test/test_revert.html
index 48897a75ca4c..90add9dacdd7 100644
--- a/layout/style/test/test_revert.html
+++ b/layout/style/test/test_revert.html
@@ -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);