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

Side by Side Diff: LayoutTests/storage/websql/private-browsing-noread-nowrite-expected.txt

Issue 14142009: Remove Apple's unused implementation of private browsing from WebCore (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 This test makes sure that attempts to change the database during private browsin g fail.
2 Setup statement 1 completed successfully
3 Setup statement 2 completed successfully
4 Private browsing statement 1 completed with an error
5 could not prepare statement (1 not authorized)
6 Private browsing statement 2 completed with an error
7 could not prepare statement (23 not authorized)
8 Private browsing statement 3 completed with an error
9 could not prepare statement (23 not authorized)
10 Private browsing statement 4 completed with an error
11 could not prepare statement (23 not authorized)
12 Private browsing statement 5 completed with an error
13 could not prepare statement (23 access to PrivateTest1.randomData is prohibited)
14 Test ended
15
OLDNEW
« no previous file with comments | « LayoutTests/storage/websql/private-browsing-noread-nowrite.html ('k') | Source/WebCore/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698