new-content-captures-positioned-spans-ref.html (367B)
1 <!DOCTYPE html> 2 <title>View transitions: capture opacity elements (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 span { 7 background: lightgreen; 8 position: fixed; 9 top: 50px; 10 left: 50px; 11 } 12 body { background: lightpink; } 13 </style> 14 <span>This is a span</span>