[wpt-sync] Sync PR 36930 - Add font loading to preload link header spec
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36930 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36930
Details from upstream follow.
Lukas Eipert <git@leipert.io> wrote:
Add font loading to preload link header spec
It seems like Firefox 106.0.5 downloads fonts twice when defined both with a Link Header and a
<link>
tag. This adds a spec to testing this across browsers.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 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
CRASH
: 1
FAIL
: 1
Chrome
OK
: 1
PASS
: 1
Safari
OK
: 1
PASS
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Crashes
- /preload/link-header-preload.html [wpt.fyi]:
CRASH
[Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-windows10-32-2004-qr-debug
,Gecko-windows10-64-2004-qr-debug
],OK
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-opt
,Gecko-windows10-32-2004-qr-opt
,Gecko-windows10-64-2004-qr-opt
,GitHub
]
Firefox-only Failures
- /preload/link-header-preload.html [wpt.fyi]
- Makes sure that Link headers preload resources:
FAIL
- Makes sure that Link headers preload resources:
New Tests That Don't Pass
- /preload/link-header-preload.html [wpt.fyi]:
CRASH
[Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-windows10-32-2004-qr-debug
,Gecko-windows10-64-2004-qr-debug
],OK
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-opt
,Gecko-windows10-32-2004-qr-opt
,Gecko-windows10-64-2004-qr-opt
,GitHub
] (Chrome:OK
, Safari:OK
)- Makes sure that Link headers preload resources:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Makes sure that Link headers preload resources:
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e519ae44814f
https://hg.mozilla.org/mozilla-central/rev/eb4abf293add
Description
•