blob: dfa0d2e5f9d3752e3de40a6a35ea8b250b6da473 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<title>Test text under left scrollbar</title>
<style>
body { width: 700px; height: 1000px; }
</style>
</head>
<body>
<p>
Can you read me?
<em>You must set the scrollbar_on_left=YES config option</em>
</p>
</body>
</html>
|