chromium/third_party/blink/web_tests/css2.1/20110323/table-height-algorithm-012-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>
        <style type="text/css">
            td
            {
                vertical-align: baseline;
            }
            #small
            {
                font-size: small;
            }
            #large
            {
                font-size: large;
            }
        </style>
    </head>
    <body>
        <p>Test passes if the bottom of "Filler Text" below is aligned.</p>
        <table>
            <tr>
                <td>
                    <div id="small">Filler Text</div>
                </td>
                <td>
                    <div id="large">Filler Text</div>
                </td>
            </tr>
            <tr>
                <td></td>
            </tr>
        </table>
    </body>
</html>