tor-browser

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

transform-table-004-notref.html (350B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      6    <style>
      7      caption {
      8        caption-side: bottom;
      9      }
     10    </style>
     11  </head>
     12  <body>
     13    <table>
     14      <caption>there!</caption>
     15      <tr><td>Hello</td></tr>
     16    </table>
     17  </body>
     18 </html>