Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-tables/percent-height-replaced-in-percent-cell.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<table style="width: 100px; height: 100px; background: green;">
<tr>
<td style="height: 20px;"></td>
</tr>
<tr>
<td style="height: 100%;">
<img style="width: 100%; height: 100%; visibility: hidden;" />
</td>
</tr>
</table>