tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

table-row-opacity-dynamic-2-ref.html (308B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <title>Test for bug 1224253</title>
      4 <style>
      5 
      6 body { background: white; color: black }
      7 
      8 table {
      9  padding: 0;
     10  border-spacing: 0;
     11  border: none;
     12  width: 15em;
     13 }
     14 
     15 tr {
     16  background: rgba(0, 0, 255, 0.8);
     17 }
     18 
     19 td {
     20  border: none;
     21 }
     22 
     23 </style>
     24 
     25 
     26 <table>
     27  <tr><td>cell</td></tr>
     28 </table>