layout_2020: Stop throwing away hoisted boxes in nested absolutes

We were previously throwing away some boxes hoisted to containing blocks
for all descendants when they were contained by absolutes. This prevents
panics in existing web platform tests that would otherwise be triggered
by the addition of the `unreachable!` statement.
This commit is contained in:
Martin Robinson 2020-03-27 17:43:54 +01:00
parent 7d66871a9f
commit ac2f402ae0
3 changed files with 3 additions and 8 deletions

View file

@ -6,8 +6,6 @@
#![feature(arbitrary_self_types)]
#![feature(exact_size_is_empty)]
#[macro_use]
extern crate log;
#[macro_use]
extern crate serde;