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> |