summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/open-database-set-empty-version-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/open-database-set-empty-version-expected.txt')
-rw-r--r--LayoutTests/storage/open-database-set-empty-version-expected.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LayoutTests/storage/open-database-set-empty-version-expected.txt b/LayoutTests/storage/open-database-set-empty-version-expected.txt
new file mode 100644
index 0000000..fa2a450
--- /dev/null
+++ b/LayoutTests/storage/open-database-set-empty-version-expected.txt
@@ -0,0 +1,2 @@
+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.
+SUCCESS, an exception was thrown. Error: INVALID_STATE_ERR: DOM Exception 11