https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6f869cd68557949f12ca6b640ddbd8c505a4decb authored by L. David Baron on 09 April 2018, 04:44:44 UTC
Sync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/b4bc6b2401738b78fd47127a4c716bb9178e1a09 .
Tip revision: 6f869cd
zero-rowspan-002.html
<!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-002-ref.html">
<table>
  <tr><td rowspan="0">1</td><td>2</td><td>3</td></tr>
  <tr><td>1</td><td rowspan="0">2</td><td>3</td></tr>
  <tr><td>1</td><td>2</td><td>3</td></tr>
</table>

back to top