diff options
Diffstat (limited to 'test/html/manual/left-scrollbar.html')
-rw-r--r-- | test/html/manual/left-scrollbar.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/html/manual/left-scrollbar.html b/test/html/manual/left-scrollbar.html new file mode 100644 index 00000000..dfa0d2e5 --- /dev/null +++ b/test/html/manual/left-scrollbar.html @@ -0,0 +1,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> |