content-visibility-auto-applied-to-th-crash.html (504B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <link rel="author" title="Martin Robinson" href="mailto:mrobinson@igalia.com"> 5 <link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility"> 6 <meta name="assert" content="content-visiblity: auto on a <th> element should not cause a crash."> 7 <style> 8 TR { 9 content-visibility: auto; 10 } 11 * { 12 inset-block-end: 21%; 13 } 14 </style> 15 </head> 16 <body> 17 <table> 18 <th> 19 <sub> 20 </body> 21 </html>