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

Unified Diff: LayoutTests/storage/websql/execute-sql-args-expected.txt

Issue 949193002: [bindings] Remove SQLTransaction's usage of custom binding. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed exception 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/storage/websql/execute-sql-args-expected.txt
diff --git a/LayoutTests/storage/websql/execute-sql-args-expected.txt b/LayoutTests/storage/websql/execute-sql-args-expected.txt
index 83aa241b7347b5a2ba5bf9f30c4e8b7e7195f15c..78fee448eb3d0facb99fe07ce83a9d5f605c97f1 100644
--- a/LayoutTests/storage/websql/execute-sql-args-expected.txt
+++ b/LayoutTests/storage/websql/execute-sql-args-expected.txt
@@ -6,7 +6,6 @@ PASS. executeSql("", null) did not throw an exception
PASS. executeSql("", undefined) did not throw an exception
PASS. executeSql("", []) did not throw an exception
PASS. executeSql("", [ "arg0" ]) did not throw an exception
-PASS. executeSql("", { }) did not throw an exception
PASS. executeSql("", { length: 0 }) did not throw an exception
PASS. executeSql("", { length: 1, 0: "arg0" }) did not throw an exception
PASS. executeSql("", null, null) did not throw an exception
@@ -22,6 +21,7 @@ PASS. executeSql("", throwOnGetZeroObject) threw an exception as expected.
PASS. executeSql("", [ throwOnToStringObject ]) threw an exception as expected.
PASS. executeSql("", 0) threw an exception as expected.
PASS. executeSql("", "") threw an exception as expected.
+PASS. executeSql("", { }) threw an exception as expected.
PASS. executeSql("", null, 0) threw an exception as expected.
PASS. executeSql("", null, "") threw an exception as expected.
PASS. executeSql("", null, { }) threw an exception as expected.
« no previous file with comments | « LayoutTests/storage/websql/execute-sql-args.js ('k') | LayoutTests/storage/websql/sql-error-codes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698