content-visibility-hidden-with-column-spanner-ref.html (288B)
1 <!doctype HTML> 2 <html> 3 <meta charset="utf8"> 4 <title>CSS Content Visibility: hidden column spanner</title> 5 <link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility"> 6 <style> 7 body { 8 width: 600px; 9 overflow: hidden; 10 } 11 </style> 12 Test fails if you can see text below.