summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/zero-rowspan-001-ref.html
blob: 4f1dbdf96d301579da7fe3e9e493318e1920b705 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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="4">Foo</td></tr>
  <tr><td>Foo</td></tr>
  <tr><td>Foo</td></tr>
  <tr><td>Foo</td></tr>
</table>