mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1134559. DOMContentLoaded should not be cancelable. r=ms2ger
This commit is contained in:
parent
518bd13a20
commit
2f91ccc894
@ -5125,7 +5125,7 @@ nsDocument::DispatchContentLoadedEvents()
|
||||
// document).
|
||||
nsContentUtils::DispatchTrustedEvent(this, static_cast<nsIDocument*>(this),
|
||||
NS_LITERAL_STRING("DOMContentLoaded"),
|
||||
true, true);
|
||||
true, false);
|
||||
|
||||
if (mTiming) {
|
||||
mTiming->NotifyDOMContentLoadedEnd(nsIDocument::GetDocumentURI());
|
||||
|
@ -1,5 +0,0 @@
|
||||
[the-end.html]
|
||||
type: testharness
|
||||
[DOMContentLoaded]
|
||||
expected: FAIL
|
||||
|
Loading…
Reference in New Issue
Block a user