Test for bug 1750468

This page reloads every 30 seconds. To demonstrate the problem shown in bug 1750468, let this page sit for a few minutes, then press and hold the Firefox back button to see the back menu - it will have multiple entries for this page.

Including file include.html:
This file: include.html is included into reload.html

And the local .htaccess file:

AddType video/mp4  mp4 m4v
AddType audio/mp4  m4a
AddType video/ogg  ogv
AddType audio/ogg  ogg oga
AddType video/webm webm
DirectoryIndex index.php index.shtml index.html welcome.html
AddHandler server-parsed .html
AddHandler server-parsed .shtml
AddHandler server-parsed .htm 


End of test.