Open
Bug 1666526
Opened 4 years ago
Updated 3 years ago
[wpt-sync] Sync PR 25673 - Resource timing move some tests to async xhr
Categories
(Core :: DOM: Performance, task, P4)
Core
DOM: Performance
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25673 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25673
Details from upstream follow.
b'Yoav Weiss <yoav@yoav.ws>' wrote:
Resource timing move some tests to async xhr
This PR does several things:
- Rename
xhrScript
tosyncXHR
to make the fact it's sync obvious- Ensure
appendScript
no longer relies on its entries being added synchronously- Avoid an assert outside of a test for
event.bubbles
- Clean up
Partially addresses #25650
Assignee | ||
Updated•4 years ago
|
Component: web-platform-tests → Performance
Product: Testing → Core
Updated•3 years ago
|
Component: Performance → DOM: Performance
You need to log in
before you can comment on or make changes to this bug.
Description
•