tor-browser

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

dynamic-abs-pos-tbody-ref.html (230B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>Reftest for bug 398681</title>
      5 </head>
      6 <body>
      7 <table border=1>
      8  <tbody style="position: absolute"><tr><td>1__</td></tr></tbody>
      9  <tbody><tr><td>__2</td></tr></tbody>
     10 </table>
     11 </body>
     12 </html>