summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-background/table-row-opacity-dynamic-2-ref.html
blob: a2faff6fdedf965224f4c2b4d5c445c201ab3b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!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><td>cell</td></tr>
</table>