Sign in
mojo
/
mojo-tools
/
64a4a80012dbfd6ffdc1c50a922cebca36dae341
/
.
/
sky
/
engine
/
web
/
tests
/
data
/
iframe-scrolling.html
blob: ab30f131f9b1b03ee9cb06d51c7c30791ebb38b3 [
file
] [
log
] [
blame
]
<!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>