tor-browser

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

zero-rowspan-002.html (496B)


      1 <!DOCTYPE html>
      2 <title>CSS Test: Overflow clipping in cells that span columns</title>
      3 <link rel="author" title="Robert Hogan" href="mailto:robhogan@gmail.com">
      4 <link rel="help" href="https://html.spec.whatwg.org/multipage/tables.html#attributes-common-to-td-and-th-elements">
      5 <link rel="match" href="zero-rowspan-002-ref.html">
      6 <table>
      7  <tr><td rowspan="0">1</td><td>2</td><td>3</td></tr>
      8  <tr><td>1</td><td rowspan="0">2</td><td>3</td></tr>
      9  <tr><td>1</td><td>2</td><td>3</td></tr>
     10 </table>