https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5276c19613837f7c1cee3f7d2c3cffbc75367a88 authored by Luke Bjerring on 28 March 2018, 14:30:14 UTC
Changes as per review
Tip revision: 5276c19
zero-rowspan-001-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="4">Foo</td></tr>
  <tr><td>Foo</td></tr>
  <tr><td>Foo</td></tr>
  <tr><td>Foo</td></tr>
</table>

back to top