interleaved-cursors-small.any.js (286B)
1 // META: title=IndexedDB: Interleaved iteration of multiple cursors 2 // META: global=window,worker 3 // META: script=resources/support-promises.js 4 // META: script=resources/interleaved-cursors-common.js 5 // META: timeout=long 6 7 'use strict'; 8 9 cursorTest(1); 10 cursorTest(10); 11 cursorTest(100);