Skip to content

Commit

Permalink
Move a test for createObjectStore to IndexedDB/
Browse files Browse the repository at this point in the history
  • Loading branch information
yunxiaoxie authored and Zhiqiang Zhang committed Apr 1, 2014
1 parent bced2c6 commit 0f38898
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -3,7 +3,7 @@
<meta name=timeout content=long>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../support.js"></script>
<script src="support.js"></script>

<script>
var db,
Expand All @@ -17,8 +17,6 @@
{
st = db.createObjectStore("object_store_" + i)
st.add("test", 1);
if (i%100 == 0)
console.log(i);
}

st.get(1).onsuccess = t.step_func(function(e) {
Expand Down

0 comments on commit 0f38898

Please sign in to comment.