Auto merge of #23896 - nox:layout-2020, r=SimonSapin

Remove most of the things in layout 2020

We keep mostly the query system. There is probably more to delete but
that's a good start I think.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23896)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-08-01 08:08:19 -04:00 committed by GitHub
commit 196c511d5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 4775 additions and 22 deletions

View file

@ -196,7 +196,7 @@ ${helpers.predefined_type(
spec="https://drafts.csswg.org/css-text/#propdef-white-space"
servo_restyle_damage="rebuild_and_reflow"
>
% if engine == "servo-2013":
% if engine in ["servo-2013", "servo-2020"]:
impl SpecifiedValue {
pub fn allow_wrap(&self) -> bool {
match *self {