1
    2
    3
    4
    5
    6
    7

content / test / data / indexeddb / callback_accounting.html [blame]

<!DOCTYPE html>
<title>IndexedDB callback accounting - regression test for bug 222281</title>
<script type="text/javascript" src="common.js"></script>
<script type="text/javascript" src="callback_accounting.js"></script>
<body onLoad="test()">
    <div id="status">Starting...</div>
</body>