mirror of
https://github.com/servo/servo.git
synced 2025-09-18 02:48:20 +01:00
Auto merge of #9040 - mrobinson:fix-comment, r=nox
Remove a fixed TODO Issue #2009 has already been fixed and closed so we can remove this TODO entirely. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9040) <!-- Reviewable:end -->
This commit is contained in:
commit
48388ad036
1 changed files with 0 additions and 2 deletions
|
@ -1715,8 +1715,6 @@ impl BlockFlowDisplayListBuilding for BlockFlow {
|
||||||
layout_context: &LayoutContext,
|
layout_context: &LayoutContext,
|
||||||
border_painting_mode: BorderPaintingMode) {
|
border_painting_mode: BorderPaintingMode) {
|
||||||
if self.base.flags.is_float() {
|
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,
|
self.build_display_list_for_floating_block(display_list,
|
||||||
layout_context,
|
layout_context,
|
||||||
border_painting_mode);
|
border_painting_mode);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue