Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / webintents / web-intents-obj-constructor-expected.txt
1 Received Web Intent: action=action1 type=text/plain
2 Received Web Intent: action=action1 type=text/plain+explicit
3 Explicit intent service: http://explicit.com/
4 Received Web Intent: action=action1 type=text/plain+extras
5 Extras[a] = b
6 Received Web Intent: action=action1 type=text/plain+port
7 Have 1 ports
8 Received Web Intent: action=action1 type=text/plain+suggestions
9 Have suggestion http://www.example.com/
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13 PASS new WebKitIntent({}) threw exception Error: SyntaxError: DOM Exception 12.
14 PASS new WebKitIntent(dummy) threw exception Error: SyntaxError: DOM Exception 12.
15 PASS new WebKitIntent(null) threw exception Error: SyntaxError: DOM Exception 12.
16 PASS new WebKitIntent(undefined) threw exception Error: SyntaxError: DOM Exception 12.
17 PASS new WebKitIntent(5) threw exception Error: SyntaxError: DOM Exception 12.
18 PASS new WebKitIntent('six') threw exception Error: SyntaxError: DOM Exception 12.
19 PASS new WebKitIntent(['six']) threw exception Error: SyntaxError: DOM Exception 12.
20 PASS new WebKitIntent({'a':'b'}) threw exception Error: SyntaxError: DOM Exception 12.
21 PASS new WebKitIntent({'action':'b'}) threw exception Error: SyntaxError: DOM Exception 12.
22 PASS new WebKitIntent({'type':'b'}) threw exception Error: SyntaxError: DOM Exception 12.
23 PASS new WebKitIntent({'action':'', 'type':'b'}) threw exception Error: SyntaxError: DOM Exception 12.
24 PASS new WebKitIntent({'action':'a', 'type':''}) threw exception Error: SyntaxError: DOM Exception 12.
25 PASS (new WebKitIntent({'action':'a','type':'b'})).action is "a"
26 PASS (new WebKitIntent({'action':'a','type':'b'})).type is "b"
27 PASS (new WebKitIntent({'action':null,'type':'b'})).action is "null"
28 PASS (new WebKitIntent({'action':undefined,'type':'b'})).action is "undefined"
29 PASS (new WebKitIntent({'action':'a','type':null})).type is "null"
30 PASS (new WebKitIntent({'action':'a','type':undefined})).type is "undefined"
31 PASS new WebKitIntent({'action':'a','type':'b','service':''}) did not throw exception.
32 PASS new WebKitIntent({'action':'a','type':'b','service':null}) threw exception Error: SyntaxError: DOM Exception 12.
33 PASS new WebKitIntent({'action':'a','type':'b','service':undefined}) threw exception Error: SyntaxError: DOM Exception 12.
34 PASS new WebKitIntent({'action':'a','type':'b','service':'not a url'}) threw exception Error: SyntaxError: DOM Exception 12.
35 PASS new WebKitIntent({'action':'a','type':'b','data':window}) threw exception Error: DataCloneError: DOM Exception 25.
36 PASS new WebKitIntent({'action':'a','type':'b','extras':null}) did not throw exception.
37 PASS new WebKitIntent({'action':'a','type':'b','extras':undefined}) did not throw exception.
38 PASS new WebKitIntent({'action':'a','type':'b','extras':''}) did not throw exception.
39 PASS new WebKitIntent({'action':'a','type':'b','extras':'not a dict'}) did not throw exception.
40 PASS new WebKitIntent({'action':'a','type':'b','extras':42}) did not throw exception.
41 PASS new WebKitIntent({'action':'a','type':'b','extras':['a','b']}) did not throw exception.
42 * sent object intent
43 * sent explicit intent
44 * sent intent with extras
45 * sent intent with port
46 PASS new WebKitIntent(badPortIntentObj) threw exception Error: DataCloneError: DOM Exception 25.
47 PASS new WebKitIntent(suggestionsIntent) threw exception Error: SyntaxError: DOM Exception 12.
48 PASS new WebKitIntent(suggestionsIntent) threw exception Error: SyntaxError: DOM Exception 12.
49 * sent intent with suggestions
50