https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9e34bb15e5b4662e9d59ec01e9d0e228e49b44ee authored by Jake Archibald on 06 April 2018, 15:33:01 UTC
Testing range header is actually sent to the server
Tip revision: 9e34bb1
zero-rowspan-002-ref.html
<!DOCTYPE html>
<title>CSS Test: Reference Test</title>
<link rel="author" title="Robert Hogan" href="mailto:robhogan@gmail.com">
<link rel="help" href="https://html.spec.whatwg.org/multipage/tables.html#attributes-common-to-td-and-th-elements">
<table>
  <tr><td rowspan="3">1</td><td>2</td><td>3</td></tr>
  <tr><td>1</td><td rowspan="2">2</td><td>3</td></tr>
  <tr><td>1</td><td>2</td><td>3</td></tr>
</table>
back to top