3 testRunner
.dumpAsText();
5 <iframe sandbox=
"allow-scripts"
9 indexedDB.open('test');
10 console.log('FAIL: indexedDB.open() should throw a SECURITY_ERR in a sandbox.');
12 if (e.code === DOMException.SECURITY_ERR)
13 console.log('PASS: indexedDB.open() threw a SECURITY_ERR!');
15 console.log('FAIL: indexedDB.open() threw a ' + e.name);