Closed
Bug 1463077
Opened 8 years ago
Closed 8 years ago
[wpt-sync] Sync PR 11091 - Wait until window load before calling window.stop() in XHR test
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla62
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11091 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/11091
Details from upstream follow.
Philip Jägenstedt <philip@foolip.org> wrote:
> Wait until window load before calling window.stop() in XHR test
>
> https://wpt.fyi/xhr/abort-after-stop.htm is broken in 3/4 browsers and
> it appears this is because calling window.stop() causes the window
> load event to never be fired, and testharness.js depends on that.
>
> There is no harness timeout in Edge, because Edge fires the load
> event. Tested with https://jsbin.com/tufepag/edit?js,console and filed
> https://github.com/w3c/web-platform-tests/issues/11090 for the lack of
> tests for this.
| Assignee | ||
Updated•8 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=9c1e0b2dc8d667c104d34b4a9c0bf95ad73773f6
| Assignee | ||
Comment 3•8 years ago
|
||
Ran 1 tests and 1 subtests
OK : 1
FAIL : 1
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a25410cd6058
[wpt PR 11091] - Wait until window load before calling window.stop() in XHR test, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/0f6ed3060586
[wpt PR 11091] - Update wpt metadata, a=testonly
Comment 5•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a25410cd6058
https://hg.mozilla.org/mozilla-central/rev/0f6ed3060586
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•