<!DOCTYPE html>
<title>View Transitions: paint holding timeout cancels transition (ref)</title>
<link rel="help" href="https://drafts.csswg.org/css-view-transitions-2/">
<link rel="author" href="mailto:[email protected]">
<style>
.left {
width: 100px;
height: 100px;
position: relative;
left: 300px;
background: green;
}
</style>
<div class=left></div>