layout/reftests/table-bordercollapse/frame_above_rules_rows.html
author Andy Leiserson <aleiserson@mozilla.com>
Sat, 19 Jul 2025 16:44:54 +0000 (4 hours ago)
changeset 797257 246e16bb06c941d6f64d807d43c807bfba04ae86
parent 24769 57eeb5a25f65829044a239b0cada60a0861799e0
permissions -rw-r--r--
Bug 1976958 - Update wgpu to b83c9cf (2025-07-10) r=webgpu-reviewers,supply-chain-reviewers,teoxoy Differential Revision: https://phabricator.services.mozilla.com/D257047
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
<html lang="en"><head>


	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
	<title>Frame="rows" and Rules="rows"</title>
	<link rel="stylesheet" type="text/css" href="bordercol.css" />
</head>
<body>

<table rules="rows" frame="above">
	<caption><a name="void-none">Frame="above" and Rules="rows"</caption>
	<thead>
		<tr>
			<td>Row 1, Cell 1</td>
			<td>Row 1, Cell 2</td>
			<td>Row 1, Cell 3</td>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td rowspan="2">Row 2, Cell 1</td>
			<td colspan="2">Row 2, Cell 2</td>
		</tr>
		<tr>
			<td>Row 3, Cell 2</td>
			<td rowspan="2">Row 3, Cell 3</td>
		</tr>
		<tr>
			<td colspan="2">Row 4, Cell 1</td>
		</tr>
	</tbody>
	<tfoot>
		<tr>
			<td>Row 5, Cell 1</td>
			<td>Row 5, Cell 2</td>
			<td>Row 5, Cell 3</td>
		</tr>
	</tfoot>
</table>


</body>

</html>