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

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

Issue 6677034: Add IndexedDB browser test that causes a crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove DISABLED marker on this new test Created 9 years, 9 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: chrome/test/data/indexeddb/database_callbacks_second.html
diff --git a/chrome/test/data/indexeddb/database_callbacks_second.html b/chrome/test/data/indexeddb/database_callbacks_second.html
new file mode 100644
index 0000000000000000000000000000000000000000..ae8acfde02c266b4c4bd7dcea1c600c84b2048be
--- /dev/null
+++ b/chrome/test/data/indexeddb/database_callbacks_second.html
@@ -0,0 +1,10 @@
+<html>
+ <head>
+ <title>IndexedDB database test</title>
+ <script type="text/javascript" src="common.js"></script>
+ </head>
+ <body onload="done()">
+ <div id="status">If this page loads the browser didn't crash and the test
+ succeeded.</div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698