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

Side by Side Diff: chrome/test/data/fileapi/request_test.html

Issue 7715024: Add browser_tests for FileAPI with Quota. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebased. Created 9 years, 3 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>FileAPI request test</title>
4 <script type="text/javascript" src="common.js"></script>
5 <script type="text/javascript" src="request_test.js"></script>
6 </head>
7 <body onLoad="test()">
8 <div id="status">Starting...</div>
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698