viewport-units-scrollbars-scroll-blank-001-ref.html (272B)
1 <!DOCTYPE html> 2 <title>CSS Values and Units Test: Viewport units and scrollbars</title> 3 <meta charset="UTF-8"> 4 <link rel="author" title="fantasai" href="http://fantasai.inkedblade.net/contact"> 5 6 <style> 7 html { 8 overflow: scroll; 9 } 10 body { 11 background: white; 12 } 13 </style>