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

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: Created 5 years, 9 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
index 40b04950e4a3c95ea4cbf4414ee632f29fda6b10..efabdf6c912cf433b1df38392b388a2da5b9c46d 100644
--- a/LayoutTests/platform/mac/storage/websql/sql-error-codes-expected.txt
+++ b/LayoutTests/platform/mac/storage/websql/sql-error-codes-expected.txt
@@ -8,5 +8,5 @@ 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
+PASS: expected and got error code VERSION_ERR
Scott Hess - ex-Googler 2015/03/18 01:45:46 This one too.

Powered by Google App Engine
This is Rietveld 408576698