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