1
0
Fork 0
firefox/testing/web-platform/tests/css/css-tables/percent-height-replaced-in-percent-cell.tentative.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

14 lines
448 B
HTML

<!DOCTYPE html>
<link rel="help" href="http://crbug.com/1001083">
<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>