Mypal/layout/reftests/table-background/table-row-opacity-dynamic-1-ref.html
2019-03-11 13:26:37 +03:00

29 lines
329 B
HTML

<!DOCTYPE HTML>
<html>
<title>Test for bug 1224253</title>
<style>
body { background: white; color: black }
table {
padding: 0;
border-spacing: 0;
border: none;
width: 15em;
}
tr {
background: rgba(0, 0, 255, 0.8);
}
td {
border: none;
}
</style>
<table>
<tr style="opacity: 0.8"><td>cell</td></tr>
</table>