| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width"> | |
| <style> | |
| body { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| #expected { | |
| width: 256px; | |
| height: 256px; | |
| background-color: green; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>Tests that pressing <key>Command</key> + <key>↑</key> scrolls to the top of the page. This test PASSED if you see a green square. Otherwise, it FAILED.</p> | |
| <div id="expected"></div> | |
| </body> | |
| </html> |