<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Scrolling inside an iframe</title> </head> <body> <iframe style="margin: 50px;" src="/data/scroll/simple.html"></iframe> </body> </html>