michael@0: /** michael@0: * Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/publicdomain/zero/1.0/ michael@0: */ michael@0: michael@0: var testGenerator = testSteps(); michael@0: michael@0: function testSteps() michael@0: { michael@0: // Test for IDBKeyRange and indexedDB availability in ipcshell. michael@0: run_test_in_child("./GlobalObjectsChild.js", function() { michael@0: do_test_finished(); michael@0: continueToNextStep(); michael@0: }); michael@0: yield undefined; michael@0: michael@0: finishTest(); michael@0: yield undefined; michael@0: }