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