[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[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.layoutTestController)
5         layoutTestController.dumpAsText();
6
7     String(document.createEvent("CustomEvent").detail);
8 </script>