Sign in
webkit
/
WebKit
/
8edc1997b10613bcad4d333f29a552756ff14ca0
/
.
/
LayoutTests
/
http
/
tests
/
intersection-observer
/
resources
/
intermediate-frame.html
blob: 003d8ccd73a415ee4ffd701376a5a117e40430df [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
iframe
{
width
:
200px
;
height
:
300px
;
}
#
scroller
{
width
:
250px
;
height
:
100px
;
overflow
:
scroll
;
}
</style>
<div
id
=
"scroller"
>
<iframe
id
=
"nestedFrame"
src
=
"nested-frame.html"
></iframe>
</div>