Chromium Code Reviews| 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> |