summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/quota-tracking.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/quota-tracking.html')
-rw-r--r--LayoutTests/storage/quota-tracking.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/LayoutTests/storage/quota-tracking.html b/LayoutTests/storage/quota-tracking.html
index 2b5b49d..6e52523 100644
--- a/LayoutTests/storage/quota-tracking.html
+++ b/LayoutTests/storage/quota-tracking.html
@@ -91,7 +91,7 @@ function runTest()
if (window.layoutTestController) {
layoutTestController.clearAllDatabases();
layoutTestController.dumpDatabaseCallbacks();
- layoutTestController.setDatabaseQuota(32768);
+ layoutTestController.setDatabaseQuota(40960);
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
@@ -105,7 +105,7 @@ function runTest()
<body onload="runTest()">
This test checks to make sure that quotas are enforced per-origin instead of per-database, as they were prior to http://trac.webkit.org/projects/webkit/changeset/29983.<br>
-The test clears all databases, sets the quota for the origin to 32k, then tries to insert 17k of data into two databases. If things go as planned, the UI Delegate will be informed of the exceeded quota and should increase the quota for this origin. Inserting 17k of data the third time should succeed again.
+The test clears all databases, sets the quota for the origin to 40k, then tries to insert 17k of data into two databases. If things go as planned, the second insert should fail, the UI Delegate should be informed of the exceeded quota and should increase the quota for this origin. Inserting 17k of data the third time should succeed again.
<pre id="console">
</pre>
</body>