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

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: Reflected the comments. Created 9 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698