chromium/third_party/blink/web_tests/fast/replaced/percent-height-in-anonymous-block-in-table.html

<p>
    Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=23739">https://bugs.webkit.org/show_bug.cgi?id=23739</a>
    REGRESSION (r36513): iframe isn't sized properly upon load</i>.
</p>
<table style="height: 400px;">
    <tr>
        <td style="background-color: red; padding: 0;">
            <div></div>
            <iframe id="target" style="height: 100%; border: none; background-color: green;"></iframe>
        </td>
    </tr>
</table>