repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
select
/
listbox-nooverlay-scrollbar.html
blob
86bcd48f863f9f1855df0deb002b0c78941e53fe
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
html, body {
6
margin:
0
;
7
padding:
0
;
8
}
9
.container {
10
width:
100
px;
11
height:
100
px;
12
background-color: lime;
13
position: relative;
14
}
15
</style>
16
<script>
17
</script>
18
</head>
19
<body>
20
<p>
You should see
2
green boxes with-out overlay scrollbar.
</p>
21
22
<div
class
=
"container"
></div>
23
<div
dir
=
"rtl"
class
=
"container"
></div>
24
</body>
25
</html>