Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / events / custom-event-uninitialized.html
1 <p>This test passes if it does not crash. (https://bugs.webkit.org/show_bug.cgi?id=63885)</p>
2
3 <script>
4     if (window.testRunner)
5         testRunner.dumpAsText();
6
7     String(document.createEvent("CustomEvent").detail);
8 </script>