Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/webexposed/indexeddb-renames-should-not-be-exposed-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/webexposed/indexeddb-renames-should-not-be-exposed-expected.txt b/third_party/WebKit/LayoutTests/webexposed/indexeddb-renames-should-not-be-exposed-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..87e6099cb6007fb9b51a5bfca7de7c5251c69b4b |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/webexposed/indexeddb-renames-should-not-be-exposed-expected.txt |
| @@ -0,0 +1,7 @@ |
| +CONSOLE ERROR: line 2445: Uncaught Error: assert_equals: IndexedDB object store renaming should not be web-exposed expected "books" but got "renamed_books" |
|
jsbell
2016/09/07 17:16:14
This logging on an assertion failure indicates a p
pwnall
2016/09/07 22:43:52
Done.
The fix you suggested made this go away :D
|
| +This is a testharness.js-based test. |
| +Harness Error. harness_status.status = 1 , harness_status.message = Uncaught Error: assert_equals: IndexedDB object store renaming should not be web-exposed expected "books" but got "renamed_books" |
| +FAIL IndexedDB object store and index renaming should not be web-exposed |
| +This test is expected to fail in LayoutTests/webexposed promise_test: Unhandled rejection with value: object "AbortError: Version change transaction was aborted in upgradeneeded event handler." |
| +Harness: the test ran to completion. |
| + |