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

Side by Side Diff: chrome/test/data/indexeddb/bug_90635.html

Issue 10216002: Fix IDB pyauto tests on cros by preventing restore after restart (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback Created 8 years, 8 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
« no previous file with comments | « no previous file | chrome/test/data/indexeddb/bug_90635.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>IndexedDB regression test for bug 90635</title> 3 <title>IndexedDB regression test for bug 90635</title>
4 <script type="text/javascript" src="shared.js"></script>
4 <script type="text/javascript" src="bug_90635.js"></script> 5 <script type="text/javascript" src="bug_90635.js"></script>
5 </head> 6 </head>
6 <body onLoad="test()"> 7 <body onLoad="test()">
7 <div id="status">Starting...</div> 8 <div id="status">Starting...</div>
8 </body> 9 </body>
9 </html> 10 </html>
10 11
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/indexeddb/bug_90635.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698