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

Unified Diff: LayoutTests/platform/mac/storage/websql/sql-error-codes-expected.txt

Issue 1012353002: Fix WebSQL error on sandboxed OSX and Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test-authorizer-expected.txt also fixed! Created 5 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
Index: LayoutTests/platform/mac/storage/websql/sql-error-codes-expected.txt
diff --git a/LayoutTests/platform/mac/storage/websql/sql-error-codes-expected.txt b/LayoutTests/platform/mac/storage/websql/sql-error-codes-expected.txt
deleted file mode 100644
index 40b04950e4a3c95ea4cbf4414ee632f29fda6b10..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/mac/storage/websql/sql-error-codes-expected.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-CONSOLE ERROR: line 37: Uncaught Exception thrown in transaction callback.
-CONSOLE ERROR: line 69: Uncaught Cannot call toString() on this object.
-This test tests the error codes reported in exceptional situations.
-PASS: expected and got error code UNKNOWN_ERR
-PASS: expected and got error code UNKNOWN_ERR
-PASS: expected and got error code SYNTAX_ERR
-PASS: expected and got error code SYNTAX_ERR
-PASS: expected and got error code UNKNOWN_ERR
-PASS: expected and got error code CONSTRAINT_ERR
-PASS: expected and got error code QUOTA_ERR
-FAIL: expected error code VERSION_ERR (2); got 1
-

Powered by Google App Engine
This is Rietveld 408576698