content-with-object-view-box-ref.html (418B)
1 <!DOCTYPE html> 2 <title>View transitions: capture elements with object view box on the pseudo (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 body { background: pink } 7 #target { 8 position: relative; 9 top: 93.75px; 10 left: 71px; 11 background: green; 12 width: 143px; 13 height: 125px; 14 } 15 </style> 16 <div id=target></div>