chrome-380321441-crash.html (434B)
1 <!DOCTYPE html> 2 <title>Chrome crash while flipping position-area:start</title> 3 <link rel="help" href="https://crbug.com/380321441"> 4 <style> 5 #anchor { 6 anchor-name: --a; 7 } 8 #anchored { 9 position: absolute; 10 position-anchor: --a; 11 position-area: start; 12 position-try-fallbacks: flip-block; 13 width: 2px; 14 height: 100px; 15 background: teal; 16 } 17 </style> 18 <div id="anchor">Anchor</div> 19 <div id="anchored"></div>