Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix `--layout-threads 1` in layout 2020 #25230

Merged
merged 3 commits into from Dec 11, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Disable in Layout 2020 an assertion that does not apply there

  • Loading branch information
SimonSapin committed Dec 10, 2019
commit d717382c0c922e92165d9eead86c7b04e9ee4bc8
@@ -454,10 +454,11 @@ impl ToCss for Display {
where
W: fmt::Write,
{
#[cfg(any(feature = "servo-layout-2013", feature = "gecko"))]
debug_assert_ne!(
self.inside(),
DisplayInside::Flow,
"`flow` never appears in `display` computed value"
"`flow` fears in `display` computed value"
);
let outside = self.outside();
let inside = match self.inside() {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.