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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/storage/websql/private-browsing-noread-nowrite-expected.txt
diff --git a/LayoutTests/storage/websql/private-browsing-noread-nowrite-expected.txt b/LayoutTests/storage/websql/private-browsing-noread-nowrite-expected.txt
deleted file mode 100644
index 21f67d2fac4f26e6f2d728006880d2f5ff532909..0000000000000000000000000000000000000000
--- a/LayoutTests/storage/websql/private-browsing-noread-nowrite-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-This test makes sure that attempts to change the database during private browsing fail.
-Setup statement 1 completed successfully
-Setup statement 2 completed successfully
-Private browsing statement 1 completed with an error
-could not prepare statement (1 not authorized)
-Private browsing statement 2 completed with an error
-could not prepare statement (23 not authorized)
-Private browsing statement 3 completed with an error
-could not prepare statement (23 not authorized)
-Private browsing statement 4 completed with an error
-could not prepare statement (23 not authorized)
-Private browsing statement 5 completed with an error
-could not prepare statement (23 access to PrivateTest1.randomData is prohibited)
-Test ended
-
« 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