1 <html> 2 <head> 3 <title>Hash Change with an Open XHR should not stop database transactions</title> 4 <script src="resources/database-common.js"></script> 5 <script src="hash-change-with-xhr.js"></script> 6 </head> 7 <body onload="setupAndRunTest()"> 8 <pre id="console"> 9 FAILURE: test didn't run. 10 </pre> 11 </body> 12 </html> 13