Chromium Code Reviews

Unified Diff: chrome/test/data/indexeddb/version_change_crash.html

Issue 8341092: Verify that VERSION_CHANGE transactions are rolled back after crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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: chrome/test/data/indexeddb/version_change_crash.html
diff --git a/chrome/test/data/indexeddb/version_change_crash.html b/chrome/test/data/indexeddb/version_change_crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..443b6115b860ab27c1733ea364aab1eac2672902
--- /dev/null
+++ b/chrome/test/data/indexeddb/version_change_crash.html
@@ -0,0 +1,10 @@
+<html>
+ <head>
+ <title>IndexedDB regression test for bug 98562</title>
+ <script type="text/javascript" src="version_change_crash.js"></script>
+ </head>
+ <body onLoad="test()">
+ <div id="status">Starting...</div>
+ </body>
+</html>
+
« no previous file with comments | « no previous file | chrome/test/data/indexeddb/version_change_crash.js » ('j') | chrome/test/functional/indexeddb.py » ('J')

Powered by Google App Engine