tor-browser

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

transform-table-004-ref.html (483B)


      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      div {
      8        transform: translate(200px) rotate(180deg);
      9        transform-origin: left;
     10      }
     11      caption {
     12        caption-side: bottom;
     13      }
     14    </style>
     15  </head>
     16  <body>
     17    <div>
     18      <table>
     19        <caption>there!</caption>
     20        <tr><td>Hello</td></tr>
     21      </table>
     22    </div>
     23  </body>
     24 </html>