https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 055367b2fd8b94dc54cccddfd069fb9bcd5261f1 authored by Robert Ma on 15 March 2018, 21:39:41 UTC
Document how to install the CA cert on Android
Tip revision: 055367b
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