https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 278bef4fc3194c6a6a5ba46f1215774f301f971f authored by Philip Jägenstedt on 22 March 2018, 14:57:46 UTC
Dummy idlharness.js change to debug #10144
Tip revision: 278bef4
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