summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/box.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/render/box.c b/render/box.c
index 2acb01942..3e2443ee8 100644
--- a/render/box.c
+++ b/render/box.c
@@ -505,8 +505,6 @@ struct box * convert_xml_to_box(xmlNode * n, struct content *content,
}
assert(n->type == XML_ELEMENT_NODE);
- assert(CSS_DISPLAY_INLINE < style->display &&
- style->display < CSS_DISPLAY_NONE);
/* non-inline box: add to tree and recurse */
box_add_child(parent, box);