| Index: third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html
|
| diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html b/third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html
|
| index 8fef2ddc73c66493035ab5c3ec1ef369f163590c..a98a0466f88d651e7940e17d11a55dfa497a9a3c 100644
|
| --- a/third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html
|
| +++ b/third_party/WebKit/LayoutTests/storage/indexeddb/error-attributes.html
|
| @@ -4,6 +4,8 @@
|
| <script src="../../resources/testharnessreport.js"></script>
|
| <script src="resources/testharness-helpers.js"></script>
|
| <script>
|
| +setup({allow_uncaught_exception: true});
|
| +
|
| indexeddb_test(
|
| function(t, db) {
|
| db.createObjectStore('store');
|
|
|