Sign in
chromium
/
chromium
/
src
/
0164fe22baf9c69a18152fcdc99cb15e6124def2
/
.
/
content
/
test
/
data
/
accessibility
/
css
/
table-display-other.html
blob: 4975bf523010db8df9051f78ce629cd88932515e [
file
] [
log
] [
blame
]
<!--
@WIN-ALLOW:table*
-->
<!-- Ensure that a table with display styles is still exposed as a table.. -->
<style>
table
,
tbody
,
tr
,
td
{
display
:
block
;
}
</style>
<table
border
=
"1"
>
<tbody>
<tr>
<td>
cat
</td>
</tr>
</tbody>
</table>