Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/webexposed/indexeddb-renames-should-not-be-exposed-expected.txt

Issue 2276593002: Support renaming of IndexedDB indexes and object stores. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test coverage for the (slightly incorrect) behavior in strict mode when our flag is not enabl… Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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..1fd86b2950b4a32694a9b34e49dab4b23cffc0b6
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/webexposed/indexeddb-renames-should-not-be-exposed-expected.txt
@@ -0,0 +1,5 @@
+This is a testharness.js-based test.
+FAIL IndexedDB object store and index renaming should not be web-exposed
+This test is expected to fail in LayoutTests/webexposed assert_equals: IndexedDB object store renaming should not be web-exposed expected "books" but got "renamed_books"
+Harness: the test ran to completion.
+

Powered by Google App Engine