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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>IndexedDB database test</title>
4 <script type="text/javascript" src="common.js"></script>
5 </head>
6 <body onload="done()">
7 <div id="status">If this page loads the browser didn't crash and the test
8 succeeded.</div>
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698