chromium/third_party/blink/web_tests/fast/multicol/multicol-on-root-element-quirks.html

<html style="-webkit-columns:4; width:64px; padding-top:100px; -webkit-column-gap:0;">
    <body style="margin:0;">
        <div style="position:fixed; top:0; left:0;">
            <p>Test that quirks mode doesn't cause weirdness for a columnized root element.</p>
            <p>Below there should be a papayawhip square.</p>
        </div>
        <div style="height:64px; background:papayawhip;"></div>
        <div style="height:64px; background:papayawhip;"></div>
        <div style="height:64px; background:papayawhip;"></div>
        <div style="height:64px; background:papayawhip;"></div>
    </body>
</html>