tor-browser

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

bug1405929-2-ref.html (459B)


      1 <!DOCTYPE HTML>
      2 <title>Bug 1405929 reftest reference</title>
      3 <style>
      4 
      5 table {
      6  border-collapse: collapse;
      7  display: inline-table;
      8  vertical-align: top;
      9  margin: 20px;
     10  width: 20px;
     11 }
     12 
     13 td {
     14  background: green border-box;
     15  padding: 20px;
     16  width: 10px;
     17 }
     18 
     19 .bb {
     20  border-bottom: 5px dashed fuchsia;
     21 }
     22 
     23 </style>
     24 
     25 <table>
     26  <tbody>
     27    <tr>
     28      <td>
     29      <td>
     30    <tr>
     31      <td colspan="2" class=bb>
     32    <tr>
     33      <td colspan="2">
     34  </tbody>
     35 </table>