chromium/third_party/blink/web_tests/http/tests/inspector-protocol/network/disable-cache-worklet-script-expected.txt

Verifies that disabling cache in DevTools works when fetching scripts for audio worklets.
First fetch to populate cache
Second request (should be cached)
Third request (cache disabled; should not be cached)
Second request cached: true
Third request cached: false
OK