1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> p { height: 200vh; } </style> </head> <body> <p>Bug 1382341 - test page reload and scroll position</p> <a>An element anchor, used to scroll the page</a> </body> </html>