| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Programmatic scrolling of iframe</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| </head> | |
| <body> | |
| <p>This test passes if you see a green square.</p> | |
| <div style="position: absolute; top: 3em; width: 100px; height: 100px; background: green;"> | |
| </div> | |
| </body> | |
| </html> |