Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / events / window-onerror10-expected.txt
1 Test that "error" event listener added with window.addEventListener is invoked for uncaucht exceptions. Bug 8519.
2
3 event passed to the listener is the same as window.event: true
4 Event details:
5 type: error
6 phase: 2
7 currentTarget is the global object: true
8 message: Error: My fault.
9 filename: window-onerror10.html
10 lineno: 29
11