blob: a4ad0c0471f0fa58394b56ac8a714e51e4dbb812 [file] [edit]
<!doctype html>
<style>
table {
view-transition-name: table;
}
:root {
background: pink;
}
</style>
<table>
<caption>Caption</caption>
<tr>
<td>Some row</td>
</tr>
</table>