page-visibility-hidden-001-print.html (528B)
1 <!DOCTYPE html> 2 <title>Test that visibility:hidden affects the page context, but not the actual contents on the page.</title> 3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 4 <link rel="help" href="https://www.w3.org/TR/css-page-3/#page-properties"> 5 <link rel="help" href="https://www.w3.org/TR/css-page-3/#page-model"> 6 <link rel="match" href="page-visibility-hidden-001-print-ref.html"> 7 <style> 8 @page { 9 visibility: hidden; 10 border: solid red; 11 } 12 </style> 13 This text should be visible.