Closed
Bug 1852740
Opened 2 years ago
Closed 2 years ago
Add tests for "fetchpriority" attribute for HTTP Link headers
Categories
(Core :: Networking, task, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link states "The HTTP Link entity-header field provides a means for serializing one or more links in HTTP headers. It is semantically equivalent to the HTML <link> element.". So tests for this are required.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → mbrodesser
Updated•2 years ago
|
Severity: -- → S3
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [necko-triaged]
| Assignee | ||
Comment 1•2 years ago
|
||
Some of the tests are expected to fail, since the implementation for
supporting the fetchpriority attribute in Link headers is still
missing (https://bugzilla.mozilla.org/show_bug.cgi?id=1839315).
Pushed by mbrodesser@igalia.com:
https://hg.mozilla.org/integration/autoland/rev/4c8651ed1042
add tests for the `fetchpriority` attribute in Link headers. r=necko-reviewers,valentin
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•