blob: 06316edc1be71fa67b3b1a35d325f8dcf812467c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
ALERT: DOMContentLoaded event fired on document!
ALERT: DOMContentLoaded event bubbled to window!
ALERT: Timer callback called.
ALERT: load event fired!
ALERT: PASSED
Test case for bug 5122: Equivalent of Mozilla's DOMContentLoaded needed
You should see a note about the DOMContentLoaded event being fired and bubbled, a timer being called, and then the load event being fired.
|