flutter_flutter/engine/web/tests/data/rtl-iframe.html
2014-10-23 11:17:19 -07:00

15 lines
183 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
#scrollable {
width: 50px;
height: 50px;
}
</style>
</head>
<body>
<iframe id="scrollable" src="rtl-iframe-inner.html"/>
</body>
</html>