[wpt-sync] Sync PR 32513 - Test ResourceTiming creation for some scenarios
Categories
(Core :: Performance, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32513 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32513
Details from upstream follow.
Noam Rosenthal <noam@webkit.org> wrote:
Test ResourceTiming creation for some scenarios
- Script RT entry should be created before load/error event
- Worker & worklet RT entry should be created
- <a ping> should create an RT entry
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 5 tests and 1 subtests
Status Summary
Firefox
OK : 5
PASS: 8
FAIL: 7
Chrome
OK : 5
PASS: 9
FAIL: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/resource-timing/initiator-type/link.html
The initiator type for font resources embedded in css must be 'css': FAIL (Chrome: PASS)
The initiator type for <link prefetch> must be 'link': FAIL (Chrome: PASS)
The initiator type for <link prerender> must be 'link': FAIL (Chrome: FAIL)
The initiator type for <link manifest> must be 'link': FAIL (Chrome: FAIL)
The initiator type for module preload must be 'other': FAIL (Chrome: FAIL)
/resource-timing/ping-rt-entries.html
Hyperlink auditing (<a ping>) should have a resource timing entry: FAIL (Chrome: PASS)
/resource-timing/worklet-rt-entries.html
Worklets should generate Resource Timing Entries: FAIL (Chrome: FAIL)
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6dbbea6b0b42
https://hg.mozilla.org/mozilla-central/rev/61594999b0d6
Description
•