chromium/third_party/blink/web_tests/ietestcenter/css3/multicolumn/column-width-applies-to-005-expected.htm

<!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>CSS Test: Column-width applied to 'display: table-column-group' - Reference</title>
        <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
        <link rel="help" href="http://www.w3.org/TR/css3-multicol/#cw"/>
        <style type="text/css">
            #parent
            {
                color: red;
                font: 20px/1 monospace;
                position: relative;
                width: 5em;
            }
            #reference
            {
                color: green;
                position: absolute;
                top: 0;
                width: 5em;
            }
        </style>
    </head>
    <body>
        <p>Test passes if there is no red visible on the page.</p>
        <div id="parent">
        AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEEEE FFFFFFFFF 
        GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKKK LLLLLLLLL
            <div id="reference">
            AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEEEE FFFFFFFFF 
            GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKKK LLLLLLLLL
            </div>
        </div>
    </body>
</html>