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

Side by Side Diff: content/test/data/indexeddb/version_change_blocked.html

Issue 10828378: Convert the indexed db pyauto tests to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>IndexedDB regression test for bug 80111</title> 3 <title>IndexedDB regression test for bug 80111</title>
4 <script type="text/javascript" src="shared.js"></script> 4 <script type="text/javascript" src="shared.js"></script>
5 <script type="text/javascript" src="version_change_blocked.js"></script> 5 <script type="text/javascript" src="version_change_blocked.js"></script>
6 </head> 6 </head>
7 <body onLoad="test()"> 7 <body onLoad="test()">
8 <div id="status">Starting...</div> 8 <div id="status">Starting...</div>
9 </body> 9 </body>
10 </html> 10 </html>
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698