DescriptionDisable stretch-to-viewport quirk for multicol.
We don't want to stretch the height of BODY to that of the viewport if BODY is
inside a multicol container. There should be no need for this quirk in
multicol, and even if we had wanted to do something like that, what used to be
there was utterly wrong, since we'd end up with the viewport height divided by
the number of columns, which is just unpredictable silliness that nobody wants.
Un-inline the quirks mode part of stretchesToViewport() into
stretchesToViewportInQuirksMode() and check the condition that's most unlikely
to be true first, so that we can bail early.
R=leviw@chromium.org
Committed: https://crrev.com/7ae3919e47ed6b92e1c7c4fc10e58f16a7742f2e
Cr-Commit-Position: refs/heads/master@{#360388}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|