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

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: more explicit js, limit use of expose-gc 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..396b5437737f572f9bf48db1258af73639c8146f
--- /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 renderer didn't crash and the test
+ succeeded.</div>
+ </body>
+</html>
« no previous file with comments | « chrome/test/data/indexeddb/database_callbacks_first.html ('k') | content/browser/in_process_webkit/indexed_db_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698