| Index: third_party/WebKit/LayoutTests/storage/indexeddb/upgrade-transaction-lifecycle-microtasks.html
|
| diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/upgrade-transaction-lifecycle-microtasks.html b/third_party/WebKit/LayoutTests/storage/indexeddb/upgrade-transaction-lifecycle-microtasks.html
|
| index c1b4ed7946bc6951e1c3483ec8946dad5ad7e5c5..b8cb1ec87e4dd954bd732ec6bc818b4776c21ad1 100644
|
| --- a/third_party/WebKit/LayoutTests/storage/indexeddb/upgrade-transaction-lifecycle-microtasks.html
|
| +++ b/third_party/WebKit/LayoutTests/storage/indexeddb/upgrade-transaction-lifecycle-microtasks.html
|
| @@ -15,6 +15,7 @@
|
| <script src="resources/support-promises.js"></script>
|
| <script>
|
| 'use strict';
|
| +setup({allow_uncaught_exception: true});
|
|
|
| promise_test(t => {
|
| return createDatabase(t, database => {
|
|
|