old-content-is-empty-div-ref.html (409B)
1 <!DOCTYPE html> 2 <title>View transitions: old content captures an empty div (ref)</title> 3 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/"> 4 <link rel="author" href="mailto:vmpstr@chromium.org"> 5 <style> 6 div { 7 width: 100px; 8 height: 100px; 9 contain: paint; 10 position: absolute; 11 top: 50px; 12 left: 50px; 13 background: green; 14 } 15 body { background: lightpink; } 16 </style> 17 <div></div>