Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/debug_decision
/
.
/
css
/
css-view-transitions
/
table-caption-ref.html
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>