4 https://bugzilla.mozilla.org/show_bug.cgi?id=952365
8 <title>Test for Bug
952365</title>
9 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
11 <script type=
"application/javascript">
13 /** Test for Bug
952365 **/
21 "Should preserve an object value when assigning to event handler");
22 // Test that we don't try to actually call the non-callable object
23 window.dispatchEvent(new Event(
"volumechange"));
25 is(onvolumechange, null,
26 "Non-object values should become null when assigning to event handler");
31 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=952365">Mozilla Bug
952365</a>
33 <div id=
"content" style=
"display: none">