https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f7651d33ccb148f21ceab9f08f0a4d09bebf31cb authored by Ms2ger on 26 September 2018, 11:55:47 UTC
Simplify MultipartContent.
Tip revision: f7651d3
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