Merge "Add to ewk api for setting/getting the User Agent by using system info library...
[framework/web/webkit-efl.git] / LayoutTests / webintents / web-intents-api-expected.txt
1 PASS navigator.webkitStartActivity is defined.
2 PASS var intent = new WebKitIntent() threw exception TypeError: Not enough arguments.
3 PASS new WebKitIntent('a') threw exception Error: SyntaxError: DOM Exception 12.
4 PASS new WebKitIntent('','','') threw exception Error: SyntaxError: DOM Exception 12.
5 PASS new WebKitIntent('','b','c') threw exception Error: SyntaxError: DOM Exception 12.
6 PASS new WebKitIntent('','','c') threw exception Error: SyntaxError: DOM Exception 12.
7 PASS new WebKitIntent('a','','c') threw exception Error: SyntaxError: DOM Exception 12.
8 PASS intent1.action is "a"
9 PASS intent1.type is "b"
10 PASS intent1.data is undefined.
11 PASS intent1.action is "a"
12 PASS intent2.action is "a"
13 PASS intent2.type is "b"
14 PASS intent2.data is "c"
15 PASS intent3.action is "a"
16 PASS intent3.type is "b"
17 PASS intent3.data.c is "d"
18 PASS intent4.action is "a"
19 PASS intent4.type is "b"
20 PASS intent4.data instanceof Array is true
21 PASS intent4.data.length is 2
22 PASS intent4.data[0] is "c"
23 PASS intent4.data[1] is "d"
24 PASS intent5.data is 4
25 PASS intent6.data is 4.5
26 PASS intent7.data is true
27 PASS intent8.data is null
28 PASS intent9.data == '[object Object]' is true
29 PASS navigator.webkitStartActivity(intent1) threw exception Error: InvalidAccessError: DOM Exception 15.
30 PASS successfullyParsed is true
31
32 TEST COMPLETE
33