Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <!DOCTYPE html>
2 <html>
3 <head>
5 <meta http-equiv="refresh" content="0">
7 <script language="javascript" id="foo+++">
9 location.hash += "+++";
11 function done()
12 {
13 parent.document.documentElement.removeAttribute("class");
14 }
16 </script>
17 </head>
18 <body onload="setTimeout(done, 10)">
20 </body>
21 </html>