chromium/third_party/blink/web_tests/css2.1/20110323/overflow-applies-to-010-expected.html

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
    <head>
        <title>CSS Test: Reference Result</title>
        <meta name="flags" content="ahem">
        <script src="../../resources/ahem.js"></script>
        <style type="text/css">
            body
            {
                margin-left: 50px;
            }
            div
            {
                border: 5px solid transparent;
                font: 20px/1em Ahem;
                height: 5em;
                width: 5em;
            }
        </style>
    </head>
    <body>
        <p>Test passes if there is a black box below and there is no red visible on the page. To the left of the box can be list marker but is it not required.</p>
        <div><span>XXXXX</span></div>
    </body>
</html>