repo.or.cz
/
webbrowser.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rubber-stamped by Brady Eidson.
[webbrowser.git]
/
LayoutTests
/
fast
/
css
/
positioned-overflow-scroll.html
blob
8758f4ccb77a4e2585fc1430278d2c3c29469456
1
<html>
2
<head>
3
<style>
4
div {
5
overflow:scroll;
6
position:absolute;
7
}
8
9
.box {
10
display:block;
11
background-color:green;
12
width:
100
px;
13
height:
100
px;
14
}
15
</style>
16
</head>
17
<body>
18
<div
style
=
"left:20px"
><span
class
=
"box"
></span></div>
19
<div
style
=
"display: -webkit-box; left:140px"
><span
class
=
"box"
></span></div>
20