Closed
Bug 1458619
Opened 8 years ago
Closed 7 years ago
[wpt-sync] Sync PR 10789 - HTML: document.open() and aborting documents
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 10789 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/10789
Details from upstream follow.
Anne van Kesteren <annevk@annevk.nl> wrote:
> HTML: document.open() and aborting documents
>
> For https://github.com/w3c/web-platform-tests/pull/10773.
| Reporter | ||
Updated•8 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Reporter | ||
Comment 1•8 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
| Reporter | ||
Comment 3•7 years ago
|
||
| Reporter | ||
Comment 4•7 years ago
|
||
| Reporter | ||
Comment 5•7 years ago
|
||
| Reporter | ||
Comment 6•7 years ago
|
||
| Reporter | ||
Comment 7•7 years ago
|
||
| Reporter | ||
Comment 8•7 years ago
|
||
| Reporter | ||
Comment 9•7 years ago
|
||
| Reporter | ||
Comment 10•7 years ago
|
||
| Reporter | ||
Comment 11•7 years ago
|
||
| Reporter | ||
Comment 12•7 years ago
|
||
| Reporter | ||
Comment 13•7 years ago
|
||
| Reporter | ||
Comment 14•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e6b2bafa53f6f73a2f53854456795eaf9e6480d6
| Reporter | ||
Comment 15•7 years ago
|
||
Ran 8 tests and 29 subtests
OK : 4
PASS : 14
FAIL : 7
TIMEOUT: 12
New tests that have failures or other problems:
/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-immediate.window.html: TIMEOUT
document.open() aborts documents that are queued for navigation through Refresh header with timeout 0 (XMLHttpRequest): TIMEOUT
document.open() aborts documents that are queued for navigation through Refresh header with timeout 0 (fetch()): TIMEOUT
document.open() aborts documents that are queued for navigation through Refresh header with timeout 0 (image loading): TIMEOUT
/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-header.window.html: TIMEOUT
document.open() does NOT abort documents that are queued for navigation through Refresh header with 1-sec timeout (XMLHttpRequest): TIMEOUT
document.open() does NOT abort documents that are queued for navigation through Refresh header with 1-sec timeout (fetch()): TIMEOUT
document.open() does NOT abort documents that are queued for navigation through Refresh header with 4-sec timeout (image loading): TIMEOUT
/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort-refresh-multisecond-meta.window.html: TIMEOUT
document.open() does NOT abort documents that are queued for navigation through <meta> refresh with 1-sec timeout (XMLHttpRequest): FAIL
document.open() does NOT abort documents that are queued for navigation through <meta> refresh with 1-sec timeout (fetch()): FAIL
document.open() does NOT abort documents that are queued for navigation through <meta> refresh with 4-sec timeout (image loading): TIMEOUT
/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/abort.sub.window.html: TIMEOUT
document.open() does not abort documents that are not navigating (XMLHttpRequest): FAIL
document.open() does not abort documents that are not navigating (already established WebSocket connection): FAIL
document.open() does not abort documents that are not navigating (establish a WebSocket connection): FAIL
document.open() does not abort documents that are not navigating (fetch()): FAIL
document.open() does not abort documents that are not navigating (image loading): TIMEOUT
Comment 16•7 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b5ebc86c7bce
[wpt PR 10789] - HTML: document.open() and aborting documents, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/efcba3a20365
[wpt PR 10789] - Update wpt metadata, a=testonly
Comment 17•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b5ebc86c7bce
https://hg.mozilla.org/mozilla-central/rev/efcba3a20365
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
| Assignee | ||
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
•