1 ALERT: DOMContentLoaded event fired on document!
2 ALERT: DOMContentLoaded event bubbled to window!
3 ALERT: Timer callback called.
4 ALERT: load event fired!
6 Test case for bug 5122: Equivalent of Mozilla's DOMContentLoaded needed
8 You should see a note about the DOMContentLoaded event being fired and bubbled, a timer being called, and then the load event being fired.