Sign in
mojo
/
mojo
/
16e1ea61aa2c723b1c823b2c5c33cb9938e38451
/
.
/
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>