Sign in
◑
Theme
mojo
/
mojo-tools
/
31c8720743585fe1ddd12bf27c3d3022efc6848a
/
.
/
sky
/
engine
/
web
/
tests
/
data
/
rtl-iframe.html
blob: 3011277ec039d7a561e4e209bae612a495f22503 [
file
]
<!DOCTYPE html>
<html>
<head>
<style>
#
scrollable
{
width
:
50px
;
height
:
50px
;
}
</style>
</head>
<body>
<iframe
id
=
"scrollable"
src
=
"rtl-iframe-inner.html"
/>
</body>
</html>