Closed
Bug 1879502
Opened 2 years ago
Closed 2 years ago
Add more tests for cached network requests
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox125 fixed)
RESOLVED
FIXED
125 Branch
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 3 open bugs)
Details
(Whiteboard: [webdriver:m10], [wptsync upstream])
Attachments
(1 file)
We are mostly testing cached requests for network events using fetch, so we are not properly testing requests fully served via the http cache.
We also never test beforeRequestSent with cached requests.
| Assignee | ||
Comment 1•2 years ago
|
||
This changeset adds tests for cached resources which will hit the http cache.
It also adds a basic test for cached requests for the beforeRequestSent event, which was missing.
Updated•2 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Points: --- → 2
Priority: -- → P2
Whiteboard: [webdriver:m10]
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/529c62e247fb
[wdspec] Add more tests for cached network requests r=webdriver-reviewers,Sasha
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/44650 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m10] → [webdriver:m10], [wptsync upstream]
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Upstream PR was closed without merging
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•