- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / workers / storage / executesql-accepts-only-one-statement-sync-expected.txt
1 Test that executeSql() accepts only one statement.
2 PASS: INSERT INTO Test VALUES (1), 
3 PASS: INSERT INTO Test VALUES (2);, 
4 PASS:    INSERT INTO Test VALUES (3)    , 
5 PASS:    INSERT INTO Test VALUES (4);   , 
6 PASS: INSERT INTO Test VALUES (5)   ;, 
7 PASS: INSERT INTO Test VALUES (6); garbage, could not prepare statement (1, not an error)
8 PASS: INSERT INTO Test VALUES (7); INSERT INTO Test VALUES (8), could not prepare statement (1, not an error)
9 PASS:   INSERT INTO Test VALUES (9);   INSERT INTO Test VALUES (10);   , could not prepare statement (1, not an error)
10