content-visibility-continuations-crash.html (312B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility"> 3 <link rel="help" href="https://crbug.com/1197492"> 4 <map> 5 <ul></ul> 6 <progress></progress> 7 <iframe></iframe> 8 </map> 9 <style> 10 body, map, ul, progress { 11 content-visibility: auto; 12 height: 0vw; 13 } 14 </style>