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

Unified Diff: chrome/test/data/fileapi/quota_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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/fileapi/create_test.js ('k') | chrome/test/data/fileapi/quota_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/fileapi/quota_test.html
diff --git a/chrome/test/data/fileapi/quota_test.html b/chrome/test/data/fileapi/quota_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..8612f0caf3fb34b5d0565ee368aefdd6a9b1c15a
--- /dev/null
+++ b/chrome/test/data/fileapi/quota_test.html
@@ -0,0 +1,10 @@
+<html>
+ <head>
+ <title>FileAPI quota test</title>
+ <script type="text/javascript" src="common.js"></script>
+ <script type="text/javascript" src="quota_test.js"></script>
+ </head>
+ <body onLoad="test()">
+ <div id="status">Starting...</div>
+ </body>
+</html>
« no previous file with comments | « chrome/test/data/fileapi/create_test.js ('k') | chrome/test/data/fileapi/quota_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698