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

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

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 UI DELEGATE DATABASE CALLBACK: exceededDatabaseQuotaForSecurityOrigin:{file, , 0 } database:QuotaManagementDatabase2
2 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/changese t/29983.
3 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 in sert should fail, the UI Delegate should be informed of the exceeded quota and s hould increase the quota for this origin. Inserting 17k of data the third time s hould succeed again.
4 Adding a table
5 Inserting some data
6 Done adding data
7 Adding a table
8 Inserting some data
9 Expected quota exception - there was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space
10 Done adding data
11 Adding a table
12 Inserting some data
13 Done adding data
14 Test Complete
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698