| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <style> | |
| body { | |
| margin: 0; | |
| } | |
| .frame { | |
| height: 200px; | |
| width: 200px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="frame">This tests that the iframe should be scroll to the top of the page on iOS.</div> | |
| </body> | |
| </html> |