hit-test-unpainted-element-ref.html (380B)
1 <!DOCTYPE html> 2 <title>View transitions: hit test shared element at the real dom location (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 6 <style> 7 div { 8 width: 100px; 9 height: 100px; 10 contain: paint; 11 position: relative; 12 background: green; 13 left: 200px; 14 } 15 </style> 16 17 <div></div>