| Index: third_party/WebKit/LayoutTests/storage/indexeddb/upgradeneeded-tests.html
|
| diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/upgradeneeded-tests.html b/third_party/WebKit/LayoutTests/storage/indexeddb/upgradeneeded-tests.html
|
| index b4ec515b70e8ad1bf15da01ef0a3f3be16d4244a..a28e46d0d0b1102080c6cc506157a88c12590ff1 100644
|
| --- a/third_party/WebKit/LayoutTests/storage/indexeddb/upgradeneeded-tests.html
|
| +++ b/third_party/WebKit/LayoutTests/storage/indexeddb/upgradeneeded-tests.html
|
| @@ -3,6 +3,7 @@
|
| <script src='../../resources/testharness.js'></script>
|
| <script src='../../resources/testharnessreport.js'></script>
|
| <script>
|
| +setup({allow_uncaught_exception: true});
|
|
|
| function upgradeneeded_test(upgrade_func, success_func, error_func, description) {
|
| async_test(function(t) {
|
|
|