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

Unified Diff: LayoutTests/storage/websql/quota-tracking-expected.txt

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 2 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: LayoutTests/storage/websql/quota-tracking-expected.txt
diff --git a/LayoutTests/storage/websql/quota-tracking-expected.txt b/LayoutTests/storage/websql/quota-tracking-expected.txt
deleted file mode 100644
index 829bd8d91a9957f325c380bd29019cb80de11720..0000000000000000000000000000000000000000
--- a/LayoutTests/storage/websql/quota-tracking-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-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.
-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.
-Adding a table
-Inserting some data
-Done adding data
-Adding a table
-Inserting some data
-Expected quota exception - there was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space
-Done adding data
-Adding a table
-Inserting some data
-Unexpected exception - there was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space
-Test Complete
-
« no previous file with comments | « LayoutTests/storage/websql/quota-tracking.html ('k') | LayoutTests/svg/animations/animateMotion-additive-1.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698