tor-browser

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

table-repaint-b-ref.html (422B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>table-repaint-b-ref</title>
      4 <body>
      5 <table>
      6 <tr>
      7  <td>aaa</td><td><span style="position: relative"><div style="height: 0px"><div style="height: 300px; width: 10px; background: green"></div></div>bbb</td>
      8 </tr>
      9 <tr>
     10 <td>
     11  longer text: above this, first cell should say 'aaa' while second says 'bbb'.  There should be only one green rectangle.
     12 </td>
     13 </tr>
     14 </table>
     15 </script>
     16 </body>
     17 </html>