Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / DOMContentLoaded-event-expected.txt
blob06316edc1be71fa67b3b1a35d325f8dcf812467c
1 ALERT: DOMContentLoaded event fired on document!
2 ALERT: DOMContentLoaded event bubbled to window!
3 ALERT: Timer callback called.
4 ALERT: load event fired!
5 ALERT: PASSED
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.