blob: f0718d0e8d28f562e93a27c357cf826ffeeb17df [file] [log] [blame]
<!DOCTYPE html>
<title>CSS Values and Units Test: Viewport units and scrollbars</title>
<meta charset="UTF-8">
<link rel="author" title="fantasai" href="http://fantasai.inkedblade.net/contact">
<style>
html {
overflow: scroll;
}
body {
background: white;
}
</style>