Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / events / event-creation-expected.txt
1 This tests that document.createEvent is hooked up for all Event interfaces (and alternatives) and creates the right instance.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS document.createEvent('Event') instanceof window.Event is true
7 PASS document.createEvent('Event').constructor === window.Event is true
8 PASS document.createEvent('Events') instanceof window.Event is true
9 PASS document.createEvent('Events').constructor === window.Event is true
10 PASS document.createEvent('HTMLEvents') instanceof window.Event is true
11 PASS document.createEvent('HTMLEvents').constructor === window.Event is true
12 PASS document.createEvent('BeforeLoadEvent') instanceof window.BeforeLoadEvent is true
13 PASS document.createEvent('BeforeLoadEvent') instanceof window.Event is true
14 PASS document.createEvent('BeforeLoadEvent').constructor === window.BeforeLoadEvent is true
15 PASS document.createEvent('CompositionEvent') instanceof window.CompositionEvent is true
16 PASS document.createEvent('CompositionEvent') instanceof window.Event is true
17 PASS document.createEvent('CompositionEvent').constructor === window.CompositionEvent is true
18 PASS document.createEvent('CustomEvent') instanceof window.CustomEvent is true
19 PASS document.createEvent('CustomEvent') instanceof window.Event is true
20 PASS document.createEvent('CustomEvent').constructor === window.CustomEvent is true
21 PASS document.createEvent('ErrorEvent') instanceof window.ErrorEvent is true
22 PASS document.createEvent('ErrorEvent') instanceof window.Event is true
23 PASS document.createEvent('ErrorEvent').constructor === window.ErrorEvent is true
24 PASS document.createEvent('HashChangeEvent') instanceof window.HashChangeEvent is true
25 PASS document.createEvent('HashChangeEvent') instanceof window.Event is true
26 PASS document.createEvent('HashChangeEvent').constructor === window.HashChangeEvent is true
27 PASS document.createEvent('KeyboardEvent') instanceof window.KeyboardEvent is true
28 PASS document.createEvent('KeyboardEvent') instanceof window.UIEvent is true
29 PASS document.createEvent('KeyboardEvent') instanceof window.Event is true
30 PASS document.createEvent('KeyboardEvent').constructor === window.KeyboardEvent is true
31 PASS document.createEvent('KeyboardEvents') instanceof window.KeyboardEvent is true
32 PASS document.createEvent('KeyboardEvents') instanceof window.UIEvent is true
33 PASS document.createEvent('KeyboardEvents') instanceof window.Event is true
34 PASS document.createEvent('KeyboardEvents').constructor === window.KeyboardEvent is true
35 PASS document.createEvent('MessageEvent') instanceof window.MessageEvent is true
36 PASS document.createEvent('MessageEvent') instanceof window.Event is true
37 PASS document.createEvent('MessageEvent').constructor === window.MessageEvent is true
38 PASS document.createEvent('MouseEvent') instanceof window.MouseEvent is true
39 PASS document.createEvent('MouseEvent') instanceof window.UIEvent is true
40 PASS document.createEvent('MouseEvent') instanceof window.Event is true
41 PASS document.createEvent('MouseEvent').constructor === window.MouseEvent is true
42 PASS document.createEvent('MouseEvents') instanceof window.MouseEvent is true
43 PASS document.createEvent('MouseEvents') instanceof window.UIEvent is true
44 PASS document.createEvent('MouseEvents') instanceof window.Event is true
45 PASS document.createEvent('MouseEvents').constructor === window.MouseEvent is true
46 PASS document.createEvent('MutationEvent') instanceof window.MutationEvent is true
47 PASS document.createEvent('MutationEvent') instanceof window.Event is true
48 PASS document.createEvent('MutationEvent').constructor === window.MutationEvent is true
49 PASS document.createEvent('MutationEvents') instanceof window.MutationEvent is true
50 PASS document.createEvent('MutationEvents') instanceof window.Event is true
51 PASS document.createEvent('MutationEvents').constructor === window.MutationEvent is true
52 PASS document.createEvent('OverflowEvent') instanceof window.OverflowEvent is true
53 PASS document.createEvent('OverflowEvent') instanceof window.Event is true
54 PASS document.createEvent('OverflowEvent').constructor === window.OverflowEvent is true
55 PASS document.createEvent('PageTransitionEvent') instanceof window.PageTransitionEvent is true
56 PASS document.createEvent('PageTransitionEvent') instanceof window.Event is true
57 PASS document.createEvent('PageTransitionEvent').constructor === window.PageTransitionEvent is true
58 PASS document.createEvent('PopStateEvent') instanceof window.PopStateEvent is true
59 PASS document.createEvent('PopStateEvent') instanceof window.Event is true
60 PASS document.createEvent('PopStateEvent').constructor === window.PopStateEvent is true
61 PASS document.createEvent('ProgressEvent') instanceof window.ProgressEvent is true
62 PASS document.createEvent('ProgressEvent') instanceof window.Event is true
63 PASS document.createEvent('ProgressEvent').constructor === window.ProgressEvent is true
64 PASS document.createEvent('TextEvent') instanceof window.TextEvent is true
65 PASS document.createEvent('TextEvent') instanceof window.UIEvent is true
66 PASS document.createEvent('TextEvent') instanceof window.Event is true
67 PASS document.createEvent('TextEvent').constructor === window.TextEvent is true
68 PASS document.createEvent('UIEvent') instanceof window.UIEvent is true
69 PASS document.createEvent('UIEvent') instanceof window.Event is true
70 PASS document.createEvent('UIEvent').constructor === window.UIEvent is true
71 PASS document.createEvent('UIEvents') instanceof window.UIEvent is true
72 PASS document.createEvent('UIEvents') instanceof window.Event is true
73 PASS document.createEvent('UIEvents').constructor === window.UIEvent is true
74 PASS document.createEvent('WebKitAnimationEvent') instanceof window.WebKitAnimationEvent is true
75 PASS document.createEvent('WebKitAnimationEvent') instanceof window.Event is true
76 PASS document.createEvent('WebKitAnimationEvent').constructor === window.WebKitAnimationEvent is true
77 PASS document.createEvent('WebKitTransitionEvent') instanceof window.WebKitTransitionEvent is true
78 PASS document.createEvent('WebKitTransitionEvent') instanceof window.Event is true
79 PASS document.createEvent('WebKitTransitionEvent').constructor === window.WebKitTransitionEvent is true
80 PASS document.createEvent('WheelEvent') instanceof window.WheelEvent is true
81 PASS document.createEvent('WheelEvent') instanceof window.MouseEvent is true
82 PASS document.createEvent('WheelEvent') instanceof window.UIEvent is true
83 PASS document.createEvent('WheelEvent') instanceof window.Event is true
84 PASS document.createEvent('WheelEvent').constructor === window.WheelEvent is true
85 PASS document.createEvent('XMLHttpRequestProgressEvent') instanceof window.XMLHttpRequestProgressEvent is true
86 PASS document.createEvent('XMLHttpRequestProgressEvent') instanceof window.ProgressEvent is true
87 PASS document.createEvent('XMLHttpRequestProgressEvent') instanceof window.Event is true
88 PASS document.createEvent('XMLHttpRequestProgressEvent').constructor === window.XMLHttpRequestProgressEvent is true
89 PASS document.createEvent('StorageEvent') instanceof window.StorageEvent is true
90 PASS document.createEvent('StorageEvent') instanceof window.Event is true
91 PASS document.createEvent('StorageEvent').constructor === window.StorageEvent is true
92 PASS document.createEvent('SVGEvents') instanceof window.Event is true
93 PASS document.createEvent('SVGEvents').constructor === window.Event is true
94 PASS document.createEvent('SVGZoomEvent') instanceof window.SVGZoomEvent is true
95 PASS document.createEvent('SVGZoomEvent') instanceof window.Event is true
96 PASS document.createEvent('SVGZoomEvent').constructor === window.SVGZoomEvent is true
97 PASS document.createEvent('SVGZoomEvents') instanceof window.SVGZoomEvent is true
98 PASS document.createEvent('SVGZoomEvents') instanceof window.Event is true
99 PASS document.createEvent('SVGZoomEvents').constructor === window.SVGZoomEvent is true
100 PASS document.createEvent('CloseEvent') instanceof window.CloseEvent is true
101 PASS document.createEvent('CloseEvent') instanceof window.Event is true
102 PASS document.createEvent('CloseEvent').constructor === window.CloseEvent is true
103 PASS allEventInterfacesCreateEvents is true
104 PASS successfullyParsed is true
105
106 TEST COMPLETE
107