Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317

This commit is contained in:
Josh Matthews 2018-01-04 13:44:24 -05:00
parent aa199307c8
commit 2b6f573eb5
3440 changed files with 109438 additions and 41750 deletions

View file

@ -0,0 +1,11 @@
<!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>

View file

@ -0,0 +1,12 @@
<!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-001-ref.html">
<table>
<tr><td rowspan="0">Foo</td></tr>
<tr><td>Foo</td></tr>
<tr><td>Foo</td></tr>
<tr><td>Foo</td></tr>
</table>

View file

@ -0,0 +1,9 @@
<!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="3">1</td><td>2</td><td>3</td></tr>
<tr><td>1</td><td rowspan="2">2</td><td>3</td></tr>
<tr><td>1</td><td>2</td><td>3</td></tr>
</table>

View file

@ -0,0 +1,11 @@
<!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>