repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1732060 [wpt PR 30876] - Update wpt metadata, a=testonly
[gecko.git]
/
layout
/
reftests
/
writing-mode
/
1302389-scrolled-rect-1d.html
blob
094cf9012580b3f093f306c81a18094613e4fd79
1
<!DOCTYPE
html
>
2
<script>
3
function
scroll
() {
4
document
.
getElementsByTagName
(
"div"
)[
0
].
scrollTop
= -
200
;
5
}
6
</script>
7
<body
onload
=
"scroll()"
>
8
<div
style
=
"writing-mode: sideways-lr;
9
height: 300px;
10
font-size: 0;
11
line-height: 0;
12
border: 1px solid gray;
13
overflow: scroll;"
>
14
<div
style
=
"height: 100%;
15
width: 100px;
16
border: 50px solid blue;"
>