forked from mirrors/gecko-dev
Automatic update from web-platform-tests Avoid unconditional break before overflowing inner multicol. The inner multicol needs to actually overflow the outer fragmentation context, before considering whether we should break before the whole thing. Bug: 1396308 Change-Id: If22931457a00fe54aa58d0449433000bd500b083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4161924 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/main@{#1092976} -- wpt-commits: 88ad3427f0a1b64d7918413770fb9333d7ecd2db wpt-pr: 37931
8 lines
292 B
HTML
8 lines
292 B
HTML
<!DOCTYPE html>
|
|
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
|
<div style="display:flow-root; width:20em; height:10em; color:white; background:black;">
|
|
<p>The word "PASS" should be seen below.</p>
|
|
<div style="line-height:0.8;">
|
|
PASS
|
|
</div>
|
|
</div>
|