Index: LayoutTests/fast/workers/storage/open-database-set-empty-version-sync-expected.txt |
diff --git a/LayoutTests/fast/workers/storage/open-database-set-empty-version-sync-expected.txt b/LayoutTests/fast/workers/storage/open-database-set-empty-version-sync-expected.txt |
deleted file mode 100644 |
index bbda03fb643406713d00d686939ce957e20677ce..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/workers/storage/open-database-set-empty-version-sync-expected.txt |
+++ /dev/null |
@@ -1,5 +0,0 @@ |
-CONSOLE WARNING: 'openDatabaseSync' is deprecated. Please switch to Indexed Database API. |
-CONSOLE ERROR: unable to open database, version mismatch, 'test' does not match the currentVersion of '' |
-This tests that calling openDatabase with an empty version string sets the current version of that database to the empty string and subsequent attempts to open the database with a different expected version throw an exception. |
-PASS |
- |