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

15 lines
223 B
HTML

<!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>