chromium-paint-holding-timeout-ref.html (365B)
1 <!DOCTYPE html> 2 <title>View Transitions: paint holding timeout cancels transition (ref)</title> 3 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-2/"> 4 <link rel="author" href="mailto:vmpstr@chromium.org"> 5 <style> 6 .left { 7 width: 100px; 8 height: 100px; 9 position: relative; 10 left: 300px; 11 background: green; 12 } 13 </style> 14 <div class=left></div>