Closed
Bug 1651459
Opened 4 years ago
Closed 4 years ago
Intermittent dom/fetch/tests/test_invalid_header_exception.html | undefined assertion name - got "Headers constructor: Cannot convert element of element of sequence<sequence<ByteString>> branch of (sequence<sequence<ByteString>> or ...
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: kmag)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Filed by: tkhan [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=309022426&repo=try
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FS-6DWE7RMeENClsr30xLg/runs/0/artifacts/public/logs/live_backing.log
This test fails for both "xorigin" mode enabled and "xorigin && fission" mode enabled.
Assignee | ||
Updated•4 years ago
|
Component: DOM: Content Processes → DOM: Core & HTML
Assignee | ||
Comment 1•4 years ago
|
||
It looks like the problem here is just that when the test document is cross-origin from its parent, it winds up with the windows-1252 encoding, rather than the UTF-8 origin it winds up with when they're same-origin. Adding <meta charset="UTF-8">
to the <head>
fixes it.
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → kmaglione+bmo
Status: NEW → ASSIGNED
Pushed by maglione.k@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c89ca61cdd43
Fix encoding of test document when served in cross-origin frame. r=tkhan
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•