position-sticky-fixed-ancestor-002-ref.html (370B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Reference File</title> 6 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 9 <style> 10 html, body, div 11 { 12 background-color: green; 13 color: white; 14 font-size: 40vh; 15 height: 100%; 16 margin: 0; 17 } 18 </style> 19 20 <div>PASS</div>