https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d1cb0cb34bafcce4854d42748432befdbe8295dd authored by Geoffrey Sneddon on 30 April 2018, 13:30:23 UTC
fixup! Fix #2669: Add alternate_hosts
Tip revision: d1cb0cb
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