chromium/third_party/blink/web_tests/css2.1/20110323/border-conflict-element-016-expected.html

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
    <head>
        <title>Reference result for CSS Test: Border Conflict Resolution (by element): cell in row - element with highest priority is the dominant border</title>
        <style type="text/css">
            table
            {
                border-collapse: collapse;
                height: 2in;
                width: 2in;
            }
            tr
            {
                border: 5px solid black;
            }
            td
            {
                border: 5px solid black;
            }
        </style>
    </head>
    <body>
        <p>Test passes if there is no red visible on the page.</p>
        <table>
            <tr>
                <td></td>
            </tr>
        </table>
    </body>
</html>