Sign in
mojo
/
mojo-tools
/
6c6ecb6df7e8a5974f165bf17736f0c567e49ba5
/
.
/
sky
/
engine
/
web
/
tests
/
data
/
iframe-scrolling.html
blob: ab30f131f9b1b03ee9cb06d51c7c30791ebb38b3 [
file
]
<!DOCTYPE html>
<html>
<head>
<style
type
=
"text/css"
>
#
scrollable
{
width
:
50px
;
height
:
50px
;
}
</style>
</head>
<body>
<iframe
src
=
"iframe-scrolling-inner.html"
id
=
"scrollable"
/>
</body>
</html>