<!DOCTYPE html> | |
<!-- | |
original test: http://mxr.mozilla.org/mozilla2.0/source/dom/indexedDB/test/test_indexes.html?force=1 | |
license of original test: | |
" Any copyright is dedicated to the Public Domain. | |
http://creativecommons.org/publicdomain/zero/1.0/ " | |
--> | |
<html> | |
<head> | |
<script src="../../../resources/js-test.js"></script> | |
<script src="../resources/shared.js"></script> | |
</head> | |
<body> | |
<script src="resources/index-prev-no-duplicate.js"></script> | |
</body> | |
</html> |