Remove a fixed TODO

Issue #2009 has already been fixed and closed so we can remove this TODO
entirely.
This commit is contained in:
Martin Robinson 2015-12-21 18:37:54 +01:00
parent a8783ad184
commit 74a23c9af2

View file

@ -1718,8 +1718,6 @@ impl BlockFlowDisplayListBuilding for BlockFlow {
layout_context: &LayoutContext,
border_painting_mode: BorderPaintingMode) {
if self.base.flags.is_float() {
// TODO(#2009, pcwalton): This is a pseudo-stacking context. We need to merge `z-index:
// auto` kids into the parent stacking context, when that is supported.
self.build_display_list_for_floating_block(display_list,
layout_context,
border_painting_mode);