blob: 396b5437737f572f9bf48db1258af73639c8146f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<title>IndexedDB database test</title>
<script type="text/javascript" src="common.js"></script>
</head>
<body onload="done()">
<div id="status">If this page loads, the renderer didn't crash and the test
succeeded.</div>
</body>
</html>
|