blob: f0718d0e8d28f562e93a27c357cf826ffeeb17df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!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>
|