Sign in
webkit
/
WebKit
/
63c63479e42d5d7cd9e5c20fa3c0adb62aed122e
/
.
/
LayoutTests
/
fast
/
events
/
custom-event-uninitialized.html
blob: e7b780b537ff4764ecf6cd84adea70b56340aa85 [
file
] [
log
] [
blame
]
<p>
This test passes if it does not crash. (https://bugs.webkit.org/show_bug.cgi?id=63885)
</p>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
String
(
document
.
createEvent
(
"CustomEvent"
).
detail
);
</script>