chromium/third_party/blink/web_tests/fast/multicol/newmulticol/list-item-expected.html

<!DOCTYPE html>
<html>
    <head>
        <title>List-item as multicol</title>
        <style>
            .c { display:inline-block; width:1em; }
        </style>
    </head>
    <body style="margin:5em;">
        <p>You should see the word 'PASS' below.</p>
        <div style="font-family:monospace; float:left;">
            <div style="display:list-item;">
                <div class="c">P</div><div class="c">A</div><div class="c">S</div><div class="c">S</div>
            </div>
        </div>
    </body>
</html>