blob: 72925aaab114e7be03c00aa3733dac9b20eea222 [file] [log] [blame]
The first iframe below should return a security error, and the second should successfully open the database.
--------
Frame: '<!--frame1-->'
--------
self.indexedDB.deleteDatabase() threw an exception: SecurityError
self.indexedDB.open() threw an exception: SecurityError
--------
Frame: '<!--frame2-->'
--------
Successfully called self.indexedDB.deleteDatabase().
Successfully called self.indexedDB.open().