summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/select/listbox-nooverlay-scrollbar.html
blob: 86bcd48f863f9f1855df0deb002b0c78941e53fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>	
<html>	
<head>	
<style>	
html, body {	
    margin: 0;	
    padding: 0;	
}	
.container {	
    width: 100px;	
    height: 100px;	
    background-color: lime;	
    position: relative;	
}	
</style>	
<script>	
</script>	
</head>	
<body>	
<p>You should see 2 green boxes with-out overlay scrollbar.</p>	
	
<div class="container"></div>	
<div dir="rtl" class="container"></div>	
</body>	
</html>