Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events-expected.txt

Issue 1411633005: Indexed DB: Prevent inspector from re-creating deleted databases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added tests Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7a5a8a088d4212f56c44e43b93b955ef026fc3fc
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/upgrade-events-expected.txt
@@ -0,0 +1,20 @@
+CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback1
+CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback2
+CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback3
+CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback4
+CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback5
+CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback6
+CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback7
+CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback8
+CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback9
+CONSOLE MESSAGE: line 105: InspectorTest.IndexedDB_callback10
+Tests that deleted databases do not get recreated.
+
+Preparing database
+Verifying that database was created
+Loading values
+Deleting database
+Loading values again (which should fail)
+IndexedDBAgent error: Aborted upgrade.
+Verifying that database was not recreated
+

Powered by Google App Engine
This is Rietveld 408576698