Closed
Bug 1598439
Opened 6 years ago
Closed 5 years ago
[wpt-sync] Sync PR 20329 - [html] Test unhandled rejection during parse
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20329 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20329
Details from upstream follow.
Mike Pennisi <mike@mikepennisi.com> wrote:
[html] Test unhandled rejection during parse
Chrome and Safari both fail this test:
browser event sequence Chrome 80 readystatechange,readystatechange,load,unhandledrejectionFirefox 70 readystatechange,unhandledrejection,readystatechange,loadSafari 13 readystatechange,readystatechange,load,unhandledrejection
| Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=f55435006f7feba9f339a7d758ff666999f35e9a
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
PASS: 1
Chrome
OK : 1
FAIL: 1
Safari
OK : 1
FAIL: 1
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2aee23d60592
[wpt PR 20329] - [html] Test unhandled rejection during parse, a=testonly
Comment 4•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•