summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/zero-rowspan-001.html
blob: bef5b947fcc817f165fbd0c73fb5b260c520e632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<title>CSS Test: Overflow clipping in cells that span columns</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">
<link rel="match" href="zero-rowspan-001-ref.html">
<table>
  <tr><td rowspan="0">Foo</td></tr>
  <tr><td>Foo</td></tr>
  <tr><td>Foo</td></tr>
  <tr><td>Foo</td></tr>
</table>