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

Side by Side 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 unified diff | Download patch
OLDNEW
1 PASS. executeSql(null) did not throw an exception 1 PASS. executeSql(null) did not throw an exception
2 PASS. executeSql(undefined) did not throw an exception 2 PASS. executeSql(undefined) did not throw an exception
3 PASS. executeSql(0) did not throw an exception 3 PASS. executeSql(0) did not throw an exception
4 PASS. executeSql("") did not throw an exception 4 PASS. executeSql("") did not throw an exception
5 PASS. executeSql("", null) did not throw an exception 5 PASS. executeSql("", null) did not throw an exception
6 PASS. executeSql("", undefined) did not throw an exception 6 PASS. executeSql("", undefined) did not throw an exception
7 PASS. executeSql("", []) did not throw an exception 7 PASS. executeSql("", []) did not throw an exception
8 PASS. executeSql("", [ "arg0" ]) did not throw an exception 8 PASS. executeSql("", [ "arg0" ]) did not throw an exception
9 PASS. executeSql("", { }) did not throw an exception
10 PASS. executeSql("", { length: 0 }) did not throw an exception 9 PASS. executeSql("", { length: 0 }) did not throw an exception
11 PASS. executeSql("", { length: 1, 0: "arg0" }) did not throw an exception 10 PASS. executeSql("", { length: 1, 0: "arg0" }) did not throw an exception
12 PASS. executeSql("", null, null) did not throw an exception 11 PASS. executeSql("", null, null) did not throw an exception
13 PASS. executeSql("", null, undefined) did not throw an exception 12 PASS. executeSql("", null, undefined) did not throw an exception
14 PASS. executeSql("", null, function(){}) did not throw an exception 13 PASS. executeSql("", null, function(){}) did not throw an exception
15 PASS. executeSql("", null, null, null) did not throw an exception 14 PASS. executeSql("", null, null, null) did not throw an exception
16 PASS. executeSql("", null, null, undefined) did not throw an exception 15 PASS. executeSql("", null, null, undefined) did not throw an exception
17 PASS. executeSql("", null, null, function(){}) did not throw an exception 16 PASS. executeSql("", null, null, function(){}) did not throw an exception
18 PASS. executeSql() threw an exception as expected. 17 PASS. executeSql() threw an exception as expected.
19 PASS. executeSql(throwOnToStringObject) threw an exception as expected. 18 PASS. executeSql(throwOnToStringObject) threw an exception as expected.
20 PASS. executeSql("", throwOnGetLengthObject) threw an exception as expected. 19 PASS. executeSql("", throwOnGetLengthObject) threw an exception as expected.
21 PASS. executeSql("", throwOnGetZeroObject) threw an exception as expected. 20 PASS. executeSql("", throwOnGetZeroObject) threw an exception as expected.
22 PASS. executeSql("", [ throwOnToStringObject ]) threw an exception as expected. 21 PASS. executeSql("", [ throwOnToStringObject ]) threw an exception as expected.
23 PASS. executeSql("", 0) threw an exception as expected. 22 PASS. executeSql("", 0) threw an exception as expected.
24 PASS. executeSql("", "") threw an exception as expected. 23 PASS. executeSql("", "") threw an exception as expected.
24 PASS. executeSql("", { }) threw an exception as expected.
25 PASS. executeSql("", null, 0) threw an exception as expected. 25 PASS. executeSql("", null, 0) threw an exception as expected.
26 PASS. executeSql("", null, "") threw an exception as expected. 26 PASS. executeSql("", null, "") threw an exception as expected.
27 PASS. executeSql("", null, { }) threw an exception as expected. 27 PASS. executeSql("", null, { }) threw an exception as expected.
28 PASS. executeSql("", null, null, 0) threw an exception as expected. 28 PASS. executeSql("", null, null, 0) threw an exception as expected.
29 PASS. executeSql("", null, null, "") threw an exception as expected. 29 PASS. executeSql("", null, null, "") threw an exception as expected.
30 PASS. executeSql("", null, null, { }) threw an exception as expected. 30 PASS. executeSql("", null, null, { }) threw an exception as expected.
31 31
OLDNEW
« 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