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
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
layout
/
base
/
tests
/
test_scroll_into_view_in_oopif.html
blob
7264a20d6295e4bdb4ac6ae2dc22e4ac6d7abd01
1
<!DOCTYPE
html
>
2
<meta
charset=utf-
8
>
3
<style>
4
#scroller {
5
width:
300
px;
6
height:
300
px;
7
overflow: scroll;
8
}
9
#spacer {
10
width:
100
%;
11
height:
1000
px;
12
}
13
</style>
14
<div
id
=
"scroller"
>
15
<div
id
=
"spacer"
></div>
16
<iframe
id
=
"iframe"
></iframe>
17
</div>