Update nightly rustc.

This commit is contained in:
Josh Matthews 2021-09-07 01:44:56 -04:00
parent 74f1eb199e
commit 01681e79c4
20 changed files with 33 additions and 28 deletions

View file

@ -1037,7 +1037,7 @@ fn process_resolved_style_request_internal<'dom>(
.result
.map(|r| r.to_css_string())
.unwrap_or(String::new())
}
},
LonghandId::Bottom | LonghandId::Top | LonghandId::Right | LonghandId::Left
if applies && positioned && style.get_box().display != Display::None =>