tor-browser

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

table-layout.html (411B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <title>Table layout attribute</title>
      4 <link rel="match" href="table-layout-ref.html">
      5 <meta name="assert"
      6      content="The layout attribute on table elements should have no effect.">
      7 <table border width=100% layout=fixed>
      8 <tr><td>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa<td>aaa
      9 </table>
     10 <table border width=100% layout=auto>
     11 <tr><td>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa<td>aaa
     12 </table>