Chromium Code Reviews| Index: LayoutTests/storage/indexeddb/resources/data-corruption.js |
| diff --git a/LayoutTests/storage/indexeddb/resources/data-corruption.js b/LayoutTests/storage/indexeddb/resources/data-corruption.js |
| index 9d7e95909c9158d67f4e5393547d65e04c0e168f..56204fd7639151cca3368ca7924ab0a48511ecd6 100644 |
| --- a/LayoutTests/storage/indexeddb/resources/data-corruption.js |
| +++ b/LayoutTests/storage/indexeddb/resources/data-corruption.js |
| @@ -10,6 +10,7 @@ function prepareDatabase() |
| { |
| db = event.target.result; |
| debug("setVersionSuccess():"); |
| + shouldBeEqualToString("event.dataLoss", "none"); |
|
jsbell
2013/06/17 23:37:35
You should also add a "'dataLoss' in XXXXX" case t
dgrogan
2013/06/17 23:52:14
Done.
|
| self.trans = evalAndLog("trans = event.target.transaction"); |
| shouldBeNonNull("trans"); |
| trans.onabort = unexpectedAbortCallback; |