Import node-undici_5.28.4+dfsg1+~cs23.12.11.orig.tar.xz
authorYadd <yadd@debian.org>
Fri, 5 Apr 2024 11:26:06 +0000 (15:26 +0400)
committerYadd <yadd@debian.org>
Fri, 5 Apr 2024 11:26:06 +0000 (15:26 +0400)
commit49c4fb02477637d18fa31a3c4c808b1ee1e5a943
treeaef9ce1d427566753c0c3415675e0f12c37a29c4
Import node-undici_5.28.4+dfsg1+~cs23.12.11.orig.tar.xz

[dgit import orig node-undici_5.28.4+dfsg1+~cs23.12.11.orig.tar.xz]
3273 files changed:
.dockerignore [new file with mode: 0644]
.editorconfig [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug-report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature-request.md [new file with mode: 0644]
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
.github/dependabot.yml [new file with mode: 0644]
.github/workflows/bench.yml [new file with mode: 0644]
.github/workflows/codeql.yml [new file with mode: 0644]
.github/workflows/dependency-review.yml [new file with mode: 0644]
.github/workflows/fuzz.yml [new file with mode: 0644]
.github/workflows/lint.yml [new file with mode: 0644]
.github/workflows/nodejs.yml [new file with mode: 0644]
.github/workflows/publish-undici-types.yml [new file with mode: 0644]
.github/workflows/scorecard.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.husky/pre-commit [new file with mode: 0755]
.nojekyll [new file with mode: 0644]
.npmignore [new file with mode: 0644]
.taprc [new file with mode: 0644]
CNAME [new file with mode: 0644]
CODE_OF_CONDUCT.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
GOVERNANCE.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MAINTAINERS.md [new file with mode: 0644]
README.md [new file with mode: 0644]
SECURITY.md [new file with mode: 0644]
benchmarks/benchmark-http2.js [new file with mode: 0644]
benchmarks/benchmark-https.js [new file with mode: 0644]
benchmarks/benchmark.js [new file with mode: 0644]
benchmarks/fetch/bytes-match.mjs [new file with mode: 0644]
benchmarks/server-http2.js [new file with mode: 0644]
benchmarks/server-https.js [new file with mode: 0644]
benchmarks/server.js [new file with mode: 0644]
benchmarks/wait.js [new file with mode: 0644]
build/Dockerfile [new file with mode: 0644]
build/wasm.js [new file with mode: 0644]
docs/api/Agent.md [new file with mode: 0644]
docs/api/BalancedPool.md [new file with mode: 0644]
docs/api/CacheStorage.md [new file with mode: 0644]
docs/api/Client.md [new file with mode: 0644]
docs/api/Connector.md [new file with mode: 0644]
docs/api/ContentType.md [new file with mode: 0644]
docs/api/Cookies.md [new file with mode: 0644]
docs/api/DiagnosticsChannel.md [new file with mode: 0644]
docs/api/DispatchInterceptor.md [new file with mode: 0644]
docs/api/Dispatcher.md [new file with mode: 0644]
docs/api/Errors.md [new file with mode: 0644]
docs/api/Fetch.md [new file with mode: 0644]
docs/api/MockAgent.md [new file with mode: 0644]
docs/api/MockClient.md [new file with mode: 0644]
docs/api/MockErrors.md [new file with mode: 0644]
docs/api/MockPool.md [new file with mode: 0644]
docs/api/Pool.md [new file with mode: 0644]
docs/api/PoolStats.md [new file with mode: 0644]
docs/api/ProxyAgent.md [new file with mode: 0644]
docs/api/RetryHandler.md [new file with mode: 0644]
docs/api/WebSocket.md [new file with mode: 0644]
docs/api/api-lifecycle.md [new file with mode: 0644]
docs/assets/lifecycle-diagram.png [new file with mode: 0644]
docs/best-practices/client-certificate.md [new file with mode: 0644]
docs/best-practices/mocking-request.md [new file with mode: 0644]
docs/best-practices/proxy.md [new file with mode: 0644]
docs/best-practices/writing-tests.md [new file with mode: 0644]
docsify/sidebar.md [new file with mode: 0644]
examples/ca-fingerprint/index.js [new file with mode: 0644]
examples/fetch.js [new file with mode: 0644]
examples/proxy-agent.js [new file with mode: 0644]
examples/proxy/index.js [new file with mode: 0644]
examples/proxy/proxy.js [new file with mode: 0644]
examples/request.js [new file with mode: 0644]
index-fetch.js [new file with mode: 0644]
index.d.ts [new file with mode: 0644]
index.html [new file with mode: 0644]
index.js [new file with mode: 0644]
lib/agent.js [new file with mode: 0644]
lib/api/abort-signal.js [new file with mode: 0644]
lib/api/api-connect.js [new file with mode: 0644]
lib/api/api-pipeline.js [new file with mode: 0644]
lib/api/api-request.js [new file with mode: 0644]
lib/api/api-stream.js [new file with mode: 0644]
lib/api/api-upgrade.js [new file with mode: 0644]
lib/api/index.js [new file with mode: 0644]
lib/api/readable.js [new file with mode: 0644]
lib/api/util.js [new file with mode: 0644]
lib/balanced-pool.js [new file with mode: 0644]
lib/cache/cache.js [new file with mode: 0644]
lib/cache/cachestorage.js [new file with mode: 0644]
lib/cache/symbols.js [new file with mode: 0644]
lib/cache/util.js [new file with mode: 0644]
lib/client.js [new file with mode: 0644]
lib/compat/dispatcher-weakref.js [new file with mode: 0644]
lib/cookies/constants.js [new file with mode: 0644]
lib/cookies/index.js [new file with mode: 0644]
lib/cookies/parse.js [new file with mode: 0644]
lib/cookies/util.js [new file with mode: 0644]
lib/core/connect.js [new file with mode: 0644]
lib/core/constants.js [new file with mode: 0644]
lib/core/errors.js [new file with mode: 0644]
lib/core/request.js [new file with mode: 0644]
lib/core/symbols.js [new file with mode: 0644]
lib/core/util.js [new file with mode: 0644]
lib/dispatcher-base.js [new file with mode: 0644]
lib/dispatcher.js [new file with mode: 0644]
lib/fetch/LICENSE [new file with mode: 0644]
lib/fetch/body.js [new file with mode: 0644]
lib/fetch/constants.js [new file with mode: 0644]
lib/fetch/dataURL.js [new file with mode: 0644]
lib/fetch/file.js [new file with mode: 0644]
lib/fetch/formdata.js [new file with mode: 0644]
lib/fetch/global.js [new file with mode: 0644]
lib/fetch/headers.js [new file with mode: 0644]
lib/fetch/index.js [new file with mode: 0644]
lib/fetch/request.js [new file with mode: 0644]
lib/fetch/response.js [new file with mode: 0644]
lib/fetch/symbols.js [new file with mode: 0644]
lib/fetch/util.js [new file with mode: 0644]
lib/fetch/webidl.js [new file with mode: 0644]
lib/fileapi/encoding.js [new file with mode: 0644]
lib/fileapi/filereader.js [new file with mode: 0644]
lib/fileapi/progressevent.js [new file with mode: 0644]
lib/fileapi/symbols.js [new file with mode: 0644]
lib/fileapi/util.js [new file with mode: 0644]
lib/global.js [new file with mode: 0644]
lib/handler/DecoratorHandler.js [new file with mode: 0644]
lib/handler/RedirectHandler.js [new file with mode: 0644]
lib/handler/RetryHandler.js [new file with mode: 0644]
lib/interceptor/redirectInterceptor.js [new file with mode: 0644]
lib/llhttp/constants.d.ts [new file with mode: 0644]
lib/llhttp/constants.js [new file with mode: 0644]
lib/llhttp/utils.d.ts [new file with mode: 0644]
lib/llhttp/utils.js [new file with mode: 0644]
lib/llhttp/wasm_build_env.txt [new file with mode: 0644]
lib/mock/mock-agent.js [new file with mode: 0644]
lib/mock/mock-client.js [new file with mode: 0644]
lib/mock/mock-errors.js [new file with mode: 0644]
lib/mock/mock-interceptor.js [new file with mode: 0644]
lib/mock/mock-pool.js [new file with mode: 0644]
lib/mock/mock-symbols.js [new file with mode: 0644]
lib/mock/mock-utils.js [new file with mode: 0644]
lib/mock/pending-interceptors-formatter.js [new file with mode: 0644]
lib/mock/pluralizer.js [new file with mode: 0644]
lib/node/fixed-queue.js [new file with mode: 0644]
lib/pool-base.js [new file with mode: 0644]
lib/pool-stats.js [new file with mode: 0644]
lib/pool.js [new file with mode: 0644]
lib/proxy-agent.js [new file with mode: 0644]
lib/timers.js [new file with mode: 0644]
lib/websocket/connection.js [new file with mode: 0644]
lib/websocket/constants.js [new file with mode: 0644]
lib/websocket/events.js [new file with mode: 0644]
lib/websocket/frame.js [new file with mode: 0644]
lib/websocket/receiver.js [new file with mode: 0644]
lib/websocket/symbols.js [new file with mode: 0644]
lib/websocket/util.js [new file with mode: 0644]
lib/websocket/websocket.js [new file with mode: 0644]
package.json [new file with mode: 0644]
scripts/generate-pem.js [new file with mode: 0644]
scripts/generate-undici-types-package-json.js [new file with mode: 0644]
scripts/verifyVersion.js [new file with mode: 0644]
test/abort-controller.js [new file with mode: 0644]
test/abort-event-emitter.js [new file with mode: 0644]
test/agent.js [new file with mode: 0644]
test/async_hooks.js [new file with mode: 0644]
test/autoselectfamily.js [new file with mode: 0644]
test/balanced-pool.js [new file with mode: 0644]
test/ca-fingerprint.js [new file with mode: 0644]
test/client-abort.js [new file with mode: 0644]
test/client-connect.js [new file with mode: 0644]
test/client-dispatch.js [new file with mode: 0644]
test/client-errors.js [new file with mode: 0644]
test/client-head-reset-override.js [new file with mode: 0644]
test/client-idempotent-body.js [new file with mode: 0644]
test/client-keep-alive.js [new file with mode: 0644]
test/client-node-max-header-size.js [new file with mode: 0644]
test/client-pipeline.js [new file with mode: 0644]
test/client-pipelining.js [new file with mode: 0644]
test/client-post.js [new file with mode: 0644]
test/client-reconnect.js [new file with mode: 0644]
test/client-request.js [new file with mode: 0644]
test/client-stream.js [new file with mode: 0644]
test/client-timeout.js [new file with mode: 0644]
test/client-unref.js [new file with mode: 0644]
test/client-upgrade.js [new file with mode: 0644]
test/client-write-max-listeners.js [new file with mode: 0644]
test/client.js [new file with mode: 0644]
test/close-and-destroy.js [new file with mode: 0644]
test/connect-abort.js [new file with mode: 0644]
test/connect-errconnect.js [new file with mode: 0644]
test/connect-timeout.js [new file with mode: 0644]
test/content-length.js [new file with mode: 0644]
test/cookie/cookies.js [new file with mode: 0644]
test/cookie/global-headers.js [new file with mode: 0644]
test/diagnostics-channel/connect-error.js [new file with mode: 0644]
test/diagnostics-channel/error.js [new file with mode: 0644]
test/diagnostics-channel/get.js [new file with mode: 0644]
test/diagnostics-channel/post-stream.js [new file with mode: 0644]
test/diagnostics-channel/post.js [new file with mode: 0644]
test/dispatcher.js [new file with mode: 0644]
test/errors.js [new file with mode: 0644]
test/esm-wrapper.js [new file with mode: 0644]
test/fetch/407-statuscode-window-null.js [new file with mode: 0644]
test/fetch/abort.js [new file with mode: 0644]
test/fetch/abort2.js [new file with mode: 0644]
test/fetch/about-uri.js [new file with mode: 0644]
test/fetch/blob-uri.js [new file with mode: 0644]
test/fetch/bundle.js [new file with mode: 0644]
test/fetch/client-error-stack-trace.js [new file with mode: 0644]
test/fetch/client-fetch.js [new file with mode: 0644]
test/fetch/client-node-max-header-size.js [new file with mode: 0644]
test/fetch/content-length.js [new file with mode: 0644]
test/fetch/cookies.js [new file with mode: 0644]
test/fetch/data-uri.js [new file with mode: 0644]
test/fetch/encoding.js [new file with mode: 0644]
test/fetch/fetch-leak.js [new file with mode: 0644]
test/fetch/fetch-timeouts.js [new file with mode: 0644]
test/fetch/file.js [new file with mode: 0644]
test/fetch/formdata.js [new file with mode: 0644]
test/fetch/general.js [new file with mode: 0644]
test/fetch/headers.js [new file with mode: 0644]
test/fetch/http2.js [new file with mode: 0644]
test/fetch/integrity.js [new file with mode: 0644]
test/fetch/issue-1447.js [new file with mode: 0644]
test/fetch/issue-2009.js [new file with mode: 0644]
test/fetch/issue-2021.js [new file with mode: 0644]
test/fetch/issue-2171.js [new file with mode: 0644]
test/fetch/issue-2242.js [new file with mode: 0644]
test/fetch/issue-2318.js [new file with mode: 0644]
test/fetch/issue-node-46525.js [new file with mode: 0644]
test/fetch/iterators.js [new file with mode: 0644]
test/fetch/jsdom-abortcontroller-1910-1464495619.js [new file with mode: 0644]
test/fetch/redirect-cross-origin-header.js [new file with mode: 0644]
test/fetch/redirect.js [new file with mode: 0644]
test/fetch/relative-url.js [new file with mode: 0644]
test/fetch/request.js [new file with mode: 0644]
test/fetch/resource-timing.js [new file with mode: 0644]
test/fetch/response-json.js [new file with mode: 0644]
test/fetch/response.js [new file with mode: 0644]
test/fetch/user-agent.js [new file with mode: 0644]
test/fetch/util.js [new file with mode: 0644]
test/fixed-queue.js [new file with mode: 0644]
test/fixtures/ca.pem [new file with mode: 0644]
test/fixtures/cert.pem [new file with mode: 0644]
test/fixtures/client-ca-crt.pem [new file with mode: 0644]
test/fixtures/client-crt-2048.pem [new file with mode: 0644]
test/fixtures/client-crt.pem [new file with mode: 0644]
test/fixtures/client-key-2048.pem [new file with mode: 0644]
test/fixtures/client-key.pem [new file with mode: 0644]
test/fixtures/key.pem [new file with mode: 0644]
test/fuzzing/client/client-fuzz-body.js [new file with mode: 0644]
test/fuzzing/client/client-fuzz-headers.js [new file with mode: 0644]
test/fuzzing/client/client-fuzz-options.js [new file with mode: 0644]
test/fuzzing/client/index.js [new file with mode: 0644]
test/fuzzing/fuzz.js [new file with mode: 0644]
test/fuzzing/server/index.js [new file with mode: 0644]
test/fuzzing/server/server-fuzz-append-data.js [new file with mode: 0644]
test/fuzzing/server/server-fuzz-split-data.js [new file with mode: 0644]
test/gc.js [new file with mode: 0644]
test/get-head-body.js [new file with mode: 0644]
test/headers-as-array.js [new file with mode: 0644]
test/headers-crlf.js [new file with mode: 0644]
test/http-100.js [new file with mode: 0644]
test/http-req-destroy.js [new file with mode: 0644]
test/http2-alpn.js [new file with mode: 0644]
test/http2.js [new file with mode: 0644]
test/https.js [new file with mode: 0644]
test/imports/undici-import.ts [new file with mode: 0644]
test/inflight-and-close.js [new file with mode: 0644]
test/invalid-headers.js [new file with mode: 0644]
test/issue-1670.js [new file with mode: 0644]
test/issue-1903.js [new file with mode: 0644]
test/issue-2065.js [new file with mode: 0644]
test/issue-2078.js [new file with mode: 0644]
test/issue-2349.js [new file with mode: 0644]
test/issue-803.js [new file with mode: 0644]
test/issue-810.js [new file with mode: 0644]
test/jest/instanceof-error.test.js [new file with mode: 0644]
test/jest/interceptor.test.js [new file with mode: 0644]
test/jest/issue-1757.test.js [new file with mode: 0644]
test/jest/mock-agent.test.js [new file with mode: 0644]
test/jest/mock-scope.test.js [new file with mode: 0644]
test/jest/test.js [new file with mode: 0644]
test/max-headers.js [new file with mode: 0644]
test/max-response-size.js [new file with mode: 0644]
test/mock-agent.js [new file with mode: 0644]
test/mock-client.js [new file with mode: 0644]
test/mock-errors.js [new file with mode: 0644]
test/mock-interceptor-unused-assertions.js [new file with mode: 0644]
test/mock-interceptor.js [new file with mode: 0644]
test/mock-pool.js [new file with mode: 0644]
test/mock-scope.js [new file with mode: 0644]
test/mock-utils.js [new file with mode: 0644]
test/no-strict-content-length.js [new file with mode: 0644]
test/node-fetch/LICENSE [new file with mode: 0644]
test/node-fetch/headers.js [new file with mode: 0644]
test/node-fetch/main.js [new file with mode: 0644]
test/node-fetch/mock.js [new file with mode: 0644]
test/node-fetch/request.js [new file with mode: 0644]
test/node-fetch/response.js [new file with mode: 0644]
test/node-fetch/utils/chai-timeout.js [new file with mode: 0644]
test/node-fetch/utils/dummy.txt [new file with mode: 0644]
test/node-fetch/utils/read-stream.js [new file with mode: 0644]
test/node-fetch/utils/server.js [new file with mode: 0644]
test/parser-issues.js [new file with mode: 0644]
test/pipeline-pipelining.js [new file with mode: 0644]
test/pool.js [new file with mode: 0644]
test/promises.js [new file with mode: 0644]
test/proxy-agent.js [new file with mode: 0644]
test/proxy.js [new file with mode: 0644]
test/readable.test.js [new file with mode: 0644]
test/redirect-cross-origin-header.js [new file with mode: 0644]
test/redirect-pipeline.js [new file with mode: 0644]
test/redirect-relative.js [new file with mode: 0644]
test/redirect-request.js [new file with mode: 0644]
test/redirect-stream.js [new file with mode: 0644]
test/redirect-upgrade.js [new file with mode: 0644]
test/request-crlf.js [new file with mode: 0644]
test/request-timeout.js [new file with mode: 0644]
test/request-timeout2.js [new file with mode: 0644]
test/request.js [new file with mode: 0644]
test/retry-handler.js [new file with mode: 0644]
test/socket-back-pressure.js [new file with mode: 0644]
test/socket-timeout.js [new file with mode: 0644]
test/stream-compat.js [new file with mode: 0644]
test/tls-client-cert.js [new file with mode: 0644]
test/tls-session-reuse.js [new file with mode: 0644]
test/tls.js [new file with mode: 0644]
test/trailers.js [new file with mode: 0644]
test/types/agent.test-d.ts [new file with mode: 0644]
test/types/api.test-d.ts [new file with mode: 0644]
test/types/balanced-pool.test-d.ts [new file with mode: 0644]
test/types/cache-storage.test-d.ts [new file with mode: 0644]
test/types/client.test-d.ts [new file with mode: 0644]
test/types/connector.test-d.ts [new file with mode: 0644]
test/types/diagnostics-channel.test-d.ts [new file with mode: 0644]
test/types/dispatcher.events.test-d.ts [new file with mode: 0644]
test/types/dispatcher.test-d.ts [new file with mode: 0644]
test/types/errors.test-d.ts [new file with mode: 0644]
test/types/fetch.test-d.ts [new file with mode: 0644]
test/types/formdata.test-d.ts [new file with mode: 0644]
test/types/global-dispatcher.test-d.ts [new file with mode: 0644]
test/types/header.test-d.ts [new file with mode: 0644]
test/types/index.test-d.ts [new file with mode: 0644]
test/types/interceptor.test-d.ts [new file with mode: 0644]
test/types/mock-agent.test-d.ts [new file with mode: 0644]
test/types/mock-client.test-d.ts [new file with mode: 0644]
test/types/mock-errors.test-d.ts [new file with mode: 0644]
test/types/mock-interceptor.test-d.ts [new file with mode: 0644]
test/types/mock-pool.test-d.ts [new file with mode: 0644]
test/types/pool.test-d.ts [new file with mode: 0644]
test/types/proxy-agent.test-d.ts [new file with mode: 0644]
test/types/readable.test-d.ts [new file with mode: 0644]
test/unix.js [new file with mode: 0644]
test/util.js [new file with mode: 0644]
test/utils/async-iterators.js [new file with mode: 0644]
test/utils/esm-wrapper.mjs [new file with mode: 0644]
test/utils/formdata.js [new file with mode: 0644]
test/utils/redirecting-servers.js [new file with mode: 0644]
test/utils/stream.js [new file with mode: 0644]
test/validations.js [new file with mode: 0644]
test/webidl/converters.js [new file with mode: 0644]
test/webidl/helpers.js [new file with mode: 0644]
test/webidl/util.js [new file with mode: 0644]
test/websocket/close.js [new file with mode: 0644]
test/websocket/constructor.js [new file with mode: 0644]
test/websocket/custom-headers.js [new file with mode: 0644]
test/websocket/diagnostics-channel.js [new file with mode: 0644]
test/websocket/events.js [new file with mode: 0644]
test/websocket/fragments.js [new file with mode: 0644]
test/websocket/frame.js [new file with mode: 0644]
test/websocket/opening-handshake.js [new file with mode: 0644]
test/websocket/ping-pong.js [new file with mode: 0644]
test/websocket/receive.js [new file with mode: 0644]
test/websocket/send.js [new file with mode: 0644]
test/websocket/websocketinit.js [new file with mode: 0644]
test/wpt/runner/runner.mjs [new file with mode: 0644]
test/wpt/runner/util.mjs [new file with mode: 0644]
test/wpt/runner/worker.mjs [new file with mode: 0644]
test/wpt/server/routes/network-partition-key.mjs [new file with mode: 0644]
test/wpt/server/routes/redirect.mjs [new file with mode: 0644]
test/wpt/server/server.mjs [new file with mode: 0644]
test/wpt/server/websocket.mjs [new file with mode: 0644]
test/wpt/start-FileAPI.mjs [new file with mode: 0644]
test/wpt/start-cacheStorage.mjs [new file with mode: 0644]
test/wpt/start-fetch.mjs [new file with mode: 0644]
test/wpt/start-mimesniff.mjs [new file with mode: 0644]
test/wpt/start-websockets.mjs [new file with mode: 0644]
test/wpt/start-xhr.mjs [new file with mode: 0644]
test/wpt/status/FileAPI.status.json [new file with mode: 0644]
test/wpt/status/fetch.status.json [new file with mode: 0644]
test/wpt/status/mimesniff.status.json [new file with mode: 0644]
test/wpt/status/service-workers/cache-storage.status.json [new file with mode: 0644]
test/wpt/status/websockets.status.json [new file with mode: 0644]
test/wpt/status/xhr/formdata.status.json [new file with mode: 0644]
test/wpt/tests/.azure-pipelines.yml [new file with mode: 0644]
test/wpt/tests/.gitattributes [new file with mode: 0644]
test/wpt/tests/.gitignore [new file with mode: 0644]
test/wpt/tests/.mailmap [new file with mode: 0644]
test/wpt/tests/.taskcluster.yml [new file with mode: 0644]
test/wpt/tests/CODEOWNERS [new file with mode: 0644]
test/wpt/tests/CODE_OF_CONDUCT.md [new file with mode: 0644]
test/wpt/tests/CONTRIBUTING.md [new file with mode: 0644]
test/wpt/tests/FileAPI/Blob-methods-from-detached-frame.html [new file with mode: 0644]
test/wpt/tests/FileAPI/BlobURL/cross-partition.tentative.https.html [new file with mode: 0644]
test/wpt/tests/FileAPI/BlobURL/support/file_test2.txt [new file with mode: 0644]
test/wpt/tests/FileAPI/BlobURL/test2-manual.html [new file with mode: 0644]
test/wpt/tests/FileAPI/FileReader/progress_event_bubbles_cancelable.html [new file with mode: 0644]
test/wpt/tests/FileAPI/FileReader/support/file_test1.txt [new file with mode: 0644]
test/wpt/tests/FileAPI/FileReader/test_errors-manual.html [new file with mode: 0644]
test/wpt/tests/FileAPI/FileReader/test_notreadableerrors-manual.html [new file with mode: 0644]
test/wpt/tests/FileAPI/FileReader/test_securityerrors-manual.html [new file with mode: 0644]
test/wpt/tests/FileAPI/FileReader/workers.html [new file with mode: 0644]
test/wpt/tests/FileAPI/FileReaderSync.worker.js [new file with mode: 0644]
test/wpt/tests/FileAPI/META.yml [new file with mode: 0644]
test/wpt/tests/FileAPI/blob/Blob-array-buffer.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/blob/Blob-constructor-dom.window.js [new file with mode: 0644]
test/wpt/tests/FileAPI/blob/Blob-constructor-endings.html [new file with mode: 0644]
test/wpt/tests/FileAPI/blob/Blob-constructor.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/blob/Blob-in-worker.worker.js [new file with mode: 0644]
test/wpt/tests/FileAPI/blob/Blob-slice-overflow.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/blob/Blob-slice.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/blob/Blob-stream-byob-crash.html [new file with mode: 0644]
test/wpt/tests/FileAPI/blob/Blob-stream-sync-xhr-crash.html [new file with mode: 0644]
test/wpt/tests/FileAPI/blob/Blob-stream.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/blob/Blob-text.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/file/File-constructor-endings.html [new file with mode: 0644]
test/wpt/tests/FileAPI/file/File-constructor.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/file/Worker-read-file-constructor.worker.js [new file with mode: 0644]
test/wpt/tests/FileAPI/file/resources/echo-content-escaped.py [new file with mode: 0644]
test/wpt/tests/FileAPI/file/send-file-form-controls.html [new file with mode: 0644]
test/wpt/tests/FileAPI/file/send-file-form-iso-2022-jp.html [new file with mode: 0644]
test/wpt/tests/FileAPI/file/send-file-form-punctuation.html [new file with mode: 0644]
test/wpt/tests/FileAPI/file/send-file-form-utf-8.html [new file with mode: 0644]
test/wpt/tests/FileAPI/file/send-file-form-windows-1252.html [new file with mode: 0644]
test/wpt/tests/FileAPI/file/send-file-form-x-user-defined.html [new file with mode: 0644]
test/wpt/tests/FileAPI/file/send-file-form.html [new file with mode: 0644]
test/wpt/tests/FileAPI/file/send-file-formdata-controls.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/file/send-file-formdata-punctuation.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/file/send-file-formdata-utf-8.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/file/send-file-formdata.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/fileReader.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/filelist-section/filelist.html [new file with mode: 0644]
test/wpt/tests/FileAPI/filelist-section/filelist_multiple_selected_files-manual.html [new file with mode: 0644]
test/wpt/tests/FileAPI/filelist-section/filelist_selected_file-manual.html [new file with mode: 0644]
test/wpt/tests/FileAPI/filelist-section/support/upload.txt [new file with mode: 0644]
test/wpt/tests/FileAPI/filelist-section/support/upload.zip [new file with mode: 0644]
test/wpt/tests/FileAPI/historical.https.html [new file with mode: 0644]
test/wpt/tests/FileAPI/idlharness-manual.html [new file with mode: 0644]
test/wpt/tests/FileAPI/idlharness.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/idlharness.html [new file with mode: 0644]
test/wpt/tests/FileAPI/idlharness.worker.js [new file with mode: 0644]
test/wpt/tests/FileAPI/progress-manual.html [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/Determining-Encoding.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/FileReader-event-handler-attributes.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/FileReader-multiple-reads.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/filereader_abort.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/filereader_error.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/filereader_events.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/filereader_file-manual.html [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/filereader_file_img-manual.html [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/filereader_readAsArrayBuffer.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/filereader_readAsBinaryString.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/filereader_readAsDataURL.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/filereader_readAsText.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/filereader_readystate.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/filereader_result.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/reading-data-section/support/blue-100x100.png [new file with mode: 0644]
test/wpt/tests/FileAPI/support/Blob.js [new file with mode: 0644]
test/wpt/tests/FileAPI/support/document-domain-setter.sub.html [new file with mode: 0644]
test/wpt/tests/FileAPI/support/empty-document.html [new file with mode: 0644]
test/wpt/tests/FileAPI/support/historical-serviceworker.js [new file with mode: 0644]
test/wpt/tests/FileAPI/support/incumbent.sub.html [new file with mode: 0644]
test/wpt/tests/FileAPI/support/send-file-form-helper.js [new file with mode: 0644]
test/wpt/tests/FileAPI/support/send-file-formdata-helper.js [new file with mode: 0644]
test/wpt/tests/FileAPI/support/upload.txt [new file with mode: 0644]
test/wpt/tests/FileAPI/support/url-origin.html [new file with mode: 0644]
test/wpt/tests/FileAPI/unicode.html [new file with mode: 0644]
test/wpt/tests/FileAPI/url/cross-global-revoke.sub.html [new file with mode: 0644]
test/wpt/tests/FileAPI/url/multi-global-origin-serialization.sub.html [new file with mode: 0644]
test/wpt/tests/FileAPI/url/resources/create-helper.html [new file with mode: 0644]
test/wpt/tests/FileAPI/url/resources/create-helper.js [new file with mode: 0644]
test/wpt/tests/FileAPI/url/resources/fetch-tests.js [new file with mode: 0644]
test/wpt/tests/FileAPI/url/resources/revoke-helper.html [new file with mode: 0644]
test/wpt/tests/FileAPI/url/resources/revoke-helper.js [new file with mode: 0644]
test/wpt/tests/FileAPI/url/sandboxed-iframe.html [new file with mode: 0644]
test/wpt/tests/FileAPI/url/unicode-origin.sub.html [new file with mode: 0644]
test/wpt/tests/FileAPI/url/url-charset.window.js [new file with mode: 0644]
test/wpt/tests/FileAPI/url/url-format.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/url/url-in-tags-revoke.window.js [new file with mode: 0644]
test/wpt/tests/FileAPI/url/url-in-tags.window.js [new file with mode: 0644]
test/wpt/tests/FileAPI/url/url-lifetime.html [new file with mode: 0644]
test/wpt/tests/FileAPI/url/url-reload.window.js [new file with mode: 0644]
test/wpt/tests/FileAPI/url/url-with-fetch.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/url/url-with-xhr.any.js [new file with mode: 0644]
test/wpt/tests/FileAPI/url/url_createobjecturl_file-manual.html [new file with mode: 0644]
test/wpt/tests/FileAPI/url/url_createobjecturl_file_img-manual.html [new file with mode: 0644]
test/wpt/tests/FileAPI/url/url_xmlhttprequest_img-ref.html [new file with mode: 0644]
test/wpt/tests/FileAPI/url/url_xmlhttprequest_img.html [new file with mode: 0644]
test/wpt/tests/LICENSE.md [new file with mode: 0644]
test/wpt/tests/README.md [new file with mode: 0644]
test/wpt/tests/common/CustomCorsResponse.py [new file with mode: 0644]
test/wpt/tests/common/META.yml [new file with mode: 0644]
test/wpt/tests/common/PrefixedLocalStorage.js [new file with mode: 0644]
test/wpt/tests/common/PrefixedLocalStorage.js.headers [new file with mode: 0644]
test/wpt/tests/common/PrefixedPostMessage.js [new file with mode: 0644]
test/wpt/tests/common/PrefixedPostMessage.js.headers [new file with mode: 0644]
test/wpt/tests/common/README.md [new file with mode: 0644]
test/wpt/tests/common/__init__.py [new file with mode: 0644]
test/wpt/tests/common/arrays.js [new file with mode: 0644]
test/wpt/tests/common/blank-with-cors.html [new file with mode: 0644]
test/wpt/tests/common/blank-with-cors.html.headers [new file with mode: 0644]
test/wpt/tests/common/blank.html [new file with mode: 0644]
test/wpt/tests/common/custom-cors-response.js [new file with mode: 0644]
test/wpt/tests/common/dispatcher/README.md [new file with mode: 0644]
test/wpt/tests/common/dispatcher/dispatcher.js [new file with mode: 0644]
test/wpt/tests/common/dispatcher/dispatcher.py [new file with mode: 0644]
test/wpt/tests/common/dispatcher/executor-service-worker.js [new file with mode: 0644]
test/wpt/tests/common/dispatcher/executor-worker.js [new file with mode: 0644]
test/wpt/tests/common/dispatcher/executor.html [new file with mode: 0644]
test/wpt/tests/common/dispatcher/remote-executor.html [new file with mode: 0644]
test/wpt/tests/common/domain-setter.sub.html [new file with mode: 0644]
test/wpt/tests/common/dummy.xhtml [new file with mode: 0644]
test/wpt/tests/common/dummy.xml [new file with mode: 0644]
test/wpt/tests/common/echo.py [new file with mode: 0644]
test/wpt/tests/common/gc.js [new file with mode: 0644]
test/wpt/tests/common/get-host-info.sub.js [new file with mode: 0644]
test/wpt/tests/common/get-host-info.sub.js.headers [new file with mode: 0644]
test/wpt/tests/common/media.js [new file with mode: 0644]
test/wpt/tests/common/media.js.headers [new file with mode: 0644]
test/wpt/tests/common/object-association.js [new file with mode: 0644]
test/wpt/tests/common/object-association.js.headers [new file with mode: 0644]
test/wpt/tests/common/performance-timeline-utils.js [new file with mode: 0644]
test/wpt/tests/common/performance-timeline-utils.js.headers [new file with mode: 0644]
test/wpt/tests/common/proxy-all.sub.pac [new file with mode: 0644]
test/wpt/tests/common/redirect-opt-in.py [new file with mode: 0644]
test/wpt/tests/common/redirect.py [new file with mode: 0644]
test/wpt/tests/common/refresh.py [new file with mode: 0644]
test/wpt/tests/common/reftest-wait.js [new file with mode: 0644]
test/wpt/tests/common/reftest-wait.js.headers [new file with mode: 0644]
test/wpt/tests/common/rendering-utils.js [new file with mode: 0644]
test/wpt/tests/common/sab.js [new file with mode: 0644]
test/wpt/tests/common/security-features/README.md [new file with mode: 0644]
test/wpt/tests/common/security-features/__init__.py [new file with mode: 0644]
test/wpt/tests/common/security-features/resources/common.sub.js [new file with mode: 0644]
test/wpt/tests/common/security-features/resources/common.sub.js.headers [new file with mode: 0644]
test/wpt/tests/common/security-features/scope/__init__.py [new file with mode: 0644]
test/wpt/tests/common/security-features/scope/document.py [new file with mode: 0644]
test/wpt/tests/common/security-features/scope/template/document.html.template [new file with mode: 0644]
test/wpt/tests/common/security-features/scope/template/worker.js.template [new file with mode: 0644]
test/wpt/tests/common/security-features/scope/util.py [new file with mode: 0644]
test/wpt/tests/common/security-features/scope/worker.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/__init__.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/audio.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/document.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/empty.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/font.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/image.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/referrer.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/script.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/shared-worker.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/static-import.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/stylesheet.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/subresource.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/svg.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/template/document.html.template [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/template/font.css.template [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/template/image.css.template [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/template/script.js.template [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/template/shared-worker.js.template [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/template/static-import.js.template [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/template/svg.css.template [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/template/svg.embedded.template [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/template/worker.js.template [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/video.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/worker.py [new file with mode: 0644]
test/wpt/tests/common/security-features/subresource/xhr.py [new file with mode: 0644]
test/wpt/tests/common/security-features/tools/format_spec_src_json.py [new file with mode: 0644]
test/wpt/tests/common/security-features/tools/generate.py [new file with mode: 0644]
test/wpt/tests/common/security-features/tools/spec.src.json [new file with mode: 0644]
test/wpt/tests/common/security-features/tools/spec_validator.py [new file with mode: 0644]
test/wpt/tests/common/security-features/tools/template/disclaimer.template [new file with mode: 0644]
test/wpt/tests/common/security-features/tools/template/spec_json.js.template [new file with mode: 0644]
test/wpt/tests/common/security-features/tools/template/test.debug.html.template [new file with mode: 0644]
test/wpt/tests/common/security-features/tools/template/test.release.html.template [new file with mode: 0644]
test/wpt/tests/common/security-features/tools/util.py [new file with mode: 0644]
test/wpt/tests/common/security-features/types.md [new file with mode: 0644]
test/wpt/tests/common/slow-redirect.py [new file with mode: 0644]
test/wpt/tests/common/slow.py [new file with mode: 0644]
test/wpt/tests/common/square.png [new file with mode: 0644]
test/wpt/tests/common/stringifiers.js [new file with mode: 0644]
test/wpt/tests/common/stringifiers.js.headers [new file with mode: 0644]
test/wpt/tests/common/subset-tests-by-key.js [new file with mode: 0644]
test/wpt/tests/common/subset-tests.js [new file with mode: 0644]
test/wpt/tests/common/test-setting-immutable-prototype.js [new file with mode: 0644]
test/wpt/tests/common/test-setting-immutable-prototype.js.headers [new file with mode: 0644]
test/wpt/tests/common/text-plain.txt [new file with mode: 0644]
test/wpt/tests/common/third_party/reftest-analyzer.xhtml [new file with mode: 0644]
test/wpt/tests/common/utils.js [new file with mode: 0644]
test/wpt/tests/common/utils.js.headers [new file with mode: 0644]
test/wpt/tests/common/window-name-setter.html [new file with mode: 0644]
test/wpt/tests/common/worklet-reftest.js [new file with mode: 0644]
test/wpt/tests/common/worklet-reftest.js.headers [new file with mode: 0644]
test/wpt/tests/fetch/META.yml [new file with mode: 0644]
test/wpt/tests/fetch/README.md [new file with mode: 0644]
test/wpt/tests/fetch/api/abort/cache.https.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/abort/destroyed-context.html [new file with mode: 0644]
test/wpt/tests/fetch/api/abort/general.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/abort/keepalive.html [new file with mode: 0644]
test/wpt/tests/fetch/api/abort/request.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/abort/serviceworker-intercepted.https.html [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/accept-header.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/block-mime-as-script.html [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/conditional-get.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/error-after-response.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/header-value-combining.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/header-value-null-byte.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/historical.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/http-response-code.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/integrity.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/keepalive.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/mediasource.window.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/mode-no-cors.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/mode-same-origin.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/referrer.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/request-forbidden-headers.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/request-head.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/request-headers-case.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/request-headers-nonascii.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/request-headers.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/request-referrer-redirected-worker.html [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/request-referrer.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/request-upload.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/request-upload.h2.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/response-null-body.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/response-url.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/scheme-about.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/scheme-blob.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/scheme-data.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/scheme-others.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/status.h2.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/stream-response.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/stream-safe-creation.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/basic/text-utf8.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/body/cloned-any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/body/formdata.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/body/mime-type.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-basic.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-cookies-redirect.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-cookies.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-expose-star.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-filtering.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-keepalive.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-multiple-origins.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-no-preflight.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-origin.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-preflight-cache.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-preflight-not-cors-safelisted.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-preflight-redirect.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-preflight-referrer.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-preflight-response-validation.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-preflight-star.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-preflight-status.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-preflight.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-redirect-credentials.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-redirect-preflight.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/cors-redirect.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/data-url-iframe.html [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/data-url-shared-worker.html [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/data-url-worker.html [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/resources/corspreflight.js [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/resources/not-cors-safelisted.json [new file with mode: 0644]
test/wpt/tests/fetch/api/cors/sandboxed-iframe.html [new file with mode: 0644]
test/wpt/tests/fetch/api/crashtests/body-window-destroy.html [new file with mode: 0644]
test/wpt/tests/fetch/api/crashtests/request.html [new file with mode: 0644]
test/wpt/tests/fetch/api/credentials/authentication-basic.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/credentials/authentication-redirection.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/credentials/cookies.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/headers/header-setcookie.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/headers/header-values-normalize.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/headers/header-values.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/headers/headers-basic.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/headers/headers-casing.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/headers/headers-combine.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/headers/headers-errors.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/headers/headers-no-cors.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/headers/headers-normalize.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/headers/headers-record.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/headers/headers-structure.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/idlharness.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/csp-blocked-worker.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/csp-blocked.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/csp-blocked.html.headers [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/csp-blocked.js [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/csp-blocked.js.headers [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/nested-policy.js [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/nested-policy.js.headers [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-no-referrer-service-worker.https.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-no-referrer-worker.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-no-referrer.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-no-referrer.html.headers [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-no-referrer.js [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-no-referrer.js.headers [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-origin-service-worker.https.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-origin-when-cross-origin-service-worker.https.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-origin-when-cross-origin-worker.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-origin-when-cross-origin.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-origin-when-cross-origin.html.headers [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-origin-when-cross-origin.js [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-origin-when-cross-origin.js.headers [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-origin-worker.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-origin.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-origin.html.headers [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-origin.js [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-origin.js.headers [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-unsafe-url-service-worker.https.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-unsafe-url-worker.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-unsafe-url.html [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-unsafe-url.html.headers [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-unsafe-url.js [new file with mode: 0644]
test/wpt/tests/fetch/api/policies/referrer-unsafe-url.js.headers [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-back-to-original-origin.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-count.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-empty-location.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-keepalive.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-location-escape.tentative.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-location.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-method.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-mode.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-origin.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-referrer-override.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-referrer.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-schemes.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-to-dataurl.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/redirect/redirect-upload.h2.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/fetch-destination-frame.https.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/fetch-destination-iframe.https.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/fetch-destination-no-load-event.https.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/fetch-destination-prefetch.https.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/fetch-destination-worker.https.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/fetch-destination.https.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/dummy [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/dummy.es [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/dummy.es.headers [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/dummy.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/dummy.png [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/dummy.ttf [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/dummy_audio.mp3 [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/dummy_audio.oga [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/dummy_video.mp4 [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/dummy_video.ogv [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/dummy_video.webm [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/empty.https.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/fetch-destination-worker-frame.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/fetch-destination-worker-iframe.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/fetch-destination-worker-no-load-event.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/fetch-destination-worker.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/destination/resources/importer.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/forbidden-method.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/multi-globals/construct-in-detached-frame.window.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/multi-globals/current/current.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/multi-globals/incumbent/incumbent.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/multi-globals/url-parsing.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-bad-port.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-cache-default-conditional.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-cache-default.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-cache-force-cache.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-cache-no-cache.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-cache-no-store.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-cache-only-if-cached.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-cache-reload.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-cache.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-clone.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-consume-empty.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-consume.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-disturbed.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-error.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-error.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-headers.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-init-001.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-init-002.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-init-003.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-init-contenttype.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-init-priority.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-init-stream.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-keepalive-quota.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-keepalive.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-reset-attributes.https.html [new file with mode: 0644]
test/wpt/tests/fetch/api/request/request-structure.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/resources/cache.py [new file with mode: 0644]
test/wpt/tests/fetch/api/request/resources/hello.txt [new file with mode: 0644]
test/wpt/tests/fetch/api/request/resources/request-reset-attributes-worker.js [new file with mode: 0644]
test/wpt/tests/fetch/api/request/url-encoding.html [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/authentication.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/bad-chunk-encoding.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/basic.html [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/cache.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/clean-stash.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/cors-top.txt [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/cors-top.txt.headers [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/data.json [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/dump-authorization-header.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/echo-content.h2.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/echo-content.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/empty.txt [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/infinite-slow-response.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/inspect-headers.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/keepalive-helper.js [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/keepalive-iframe.html [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/keepalive-redirect-iframe.html [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/keepalive-redirect-window.html [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/method.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/preflight.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/redirect-empty-location.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/redirect.h2.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/redirect.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/sandboxed-iframe.html [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/script-with-header.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/stash-put.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/stash-take.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/status.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/sw-intercept-abort.js [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/sw-intercept.js [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/top.txt [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/trickle.py [new file with mode: 0644]
test/wpt/tests/fetch/api/resources/utils.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/json.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/many-empty-chunks-crash.html [new file with mode: 0644]
test/wpt/tests/fetch/api/response/multi-globals/current/current.html [new file with mode: 0644]
test/wpt/tests/fetch/api/response/multi-globals/incumbent/incumbent.html [new file with mode: 0644]
test/wpt/tests/fetch/api/response/multi-globals/relevant/relevant.html [new file with mode: 0644]
test/wpt/tests/fetch/api/response/multi-globals/url-parsing.html [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-body-read-task-handling.html [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-cancel-stream.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-clone-iframe.window.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-clone.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-consume-empty.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-consume-stream.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-consume.html [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-error-from-stream.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-error.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-from-stream.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-init-001.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-init-002.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-init-contenttype.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-static-error.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-static-json.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-static-redirect.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-stream-bad-chunk.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-stream-disturbed-1.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-stream-disturbed-2.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-stream-disturbed-3.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-stream-disturbed-4.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-stream-disturbed-5.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-stream-disturbed-6.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-stream-disturbed-by-pipe.any.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-stream-disturbed-util.js [new file with mode: 0644]
test/wpt/tests/fetch/api/response/response-stream-with-broken-then.any.js [new file with mode: 0644]
test/wpt/tests/fetch/connection-pool/network-partition-key.html [new file with mode: 0644]
test/wpt/tests/fetch/connection-pool/resources/network-partition-about-blank-checker.html [new file with mode: 0644]
test/wpt/tests/fetch/connection-pool/resources/network-partition-checker.html [new file with mode: 0644]
test/wpt/tests/fetch/connection-pool/resources/network-partition-iframe-checker.html [new file with mode: 0644]
test/wpt/tests/fetch/connection-pool/resources/network-partition-key.js [new file with mode: 0644]
test/wpt/tests/fetch/connection-pool/resources/network-partition-key.py [new file with mode: 0644]
test/wpt/tests/fetch/connection-pool/resources/network-partition-worker-checker.html [new file with mode: 0644]
test/wpt/tests/fetch/connection-pool/resources/network-partition-worker.js [new file with mode: 0644]
test/wpt/tests/fetch/content-encoding/bad-gzip-body.any.js [new file with mode: 0644]
test/wpt/tests/fetch/content-encoding/gzip-body.any.js [new file with mode: 0644]
test/wpt/tests/fetch/content-encoding/resources/bad-gzip-body.py [new file with mode: 0644]
test/wpt/tests/fetch/content-encoding/resources/foo.octetstream.gz [new file with mode: 0644]
test/wpt/tests/fetch/content-encoding/resources/foo.octetstream.gz.headers [new file with mode: 0644]
test/wpt/tests/fetch/content-encoding/resources/foo.text.gz [new file with mode: 0644]
test/wpt/tests/fetch/content-encoding/resources/foo.text.gz.headers [new file with mode: 0644]
test/wpt/tests/fetch/content-length/api-and-duplicate-headers.any.js [new file with mode: 0644]
test/wpt/tests/fetch/content-length/content-length.html [new file with mode: 0644]
test/wpt/tests/fetch/content-length/content-length.html.headers [new file with mode: 0644]
test/wpt/tests/fetch/content-length/parsing.window.js [new file with mode: 0644]
test/wpt/tests/fetch/content-length/resources/content-length.py [new file with mode: 0644]
test/wpt/tests/fetch/content-length/resources/content-lengths.json [new file with mode: 0644]
test/wpt/tests/fetch/content-length/resources/identical-duplicates.asis [new file with mode: 0644]
test/wpt/tests/fetch/content-length/too-long.window.js [new file with mode: 0644]
test/wpt/tests/fetch/content-type/README.md [new file with mode: 0644]
test/wpt/tests/fetch/content-type/multipart-malformed.any.js [new file with mode: 0644]
test/wpt/tests/fetch/content-type/multipart.window.js [new file with mode: 0644]
test/wpt/tests/fetch/content-type/resources/content-type.py [new file with mode: 0644]
test/wpt/tests/fetch/content-type/resources/content-types.json [new file with mode: 0644]
test/wpt/tests/fetch/content-type/resources/script-content-types.json [new file with mode: 0644]
test/wpt/tests/fetch/content-type/response.window.js [new file with mode: 0644]
test/wpt/tests/fetch/content-type/script.window.js [new file with mode: 0644]
test/wpt/tests/fetch/corb/README.md [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-html-correctly-labeled.sub-ref.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-html-correctly-labeled.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-mime-types-coverage.tentative.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-png-mislabeled-as-html-nosniff.tentative.sub-ref.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-png-mislabeled-as-html-nosniff.tentative.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-png-mislabeled-as-html.sub-ref.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-png-mislabeled-as-html.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-svg-doctype-html-mimetype-empty.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-svg-doctype-html-mimetype-svg.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-svg-invalid.sub-ref.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-svg-labeled-as-dash.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-svg-labeled-as-svg-xml.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-svg-xml-decl.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/img-svg.sub-ref.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/preload-image-png-mislabeled-as-html-nosniff.tentative.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/css-mislabeled-as-html-nosniff.css [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/css-mislabeled-as-html-nosniff.css.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/css-mislabeled-as-html.css [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/css-mislabeled-as-html.css.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/css-with-json-parser-breaker.css [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/empty-labeled-as-png.png [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/empty-labeled-as-png.png.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/html-correctly-labeled.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/html-correctly-labeled.html.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/html-js-polyglot.js [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/html-js-polyglot.js.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/html-js-polyglot2.js [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/html-js-polyglot2.js.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/js-mislabeled-as-html-nosniff.js [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/js-mislabeled-as-html-nosniff.js.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/js-mislabeled-as-html.js [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/js-mislabeled-as-html.js.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/png-correctly-labeled.png [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/png-correctly-labeled.png.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/png-mislabeled-as-html-nosniff.png [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/png-mislabeled-as-html-nosniff.png.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/png-mislabeled-as-html.png [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/png-mislabeled-as-html.png.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/response_block_probe.js [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/response_block_probe.js.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/sniffable-resource.py [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/subframe-that-posts-html-containing-blob-url-to-parent.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/svg-doctype-html-mimetype-empty.svg [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/svg-doctype-html-mimetype-empty.svg.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/svg-doctype-html-mimetype-svg.svg [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/svg-doctype-html-mimetype-svg.svg.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/svg-labeled-as-dash.svg [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/svg-labeled-as-dash.svg.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/svg-labeled-as-svg-xml.svg [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/svg-labeled-as-svg-xml.svg.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/svg-xml-decl.svg [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/svg.svg [new file with mode: 0644]
test/wpt/tests/fetch/corb/resources/svg.svg.headers [new file with mode: 0644]
test/wpt/tests/fetch/corb/response_block.tentative.https.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/script-html-correctly-labeled.tentative.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/script-html-js-polyglot.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/script-html-via-cross-origin-blob-url.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/script-js-mislabeled-as-html-nosniff.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/script-js-mislabeled-as-html.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/script-resource-with-json-parser-breaker.tentative.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/script-resource-with-nonsniffable-types.tentative.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/style-css-mislabeled-as-html-nosniff.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/style-css-mislabeled-as-html.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/style-css-with-json-parser-breaker.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/corb/style-html-correctly-labeled.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/fetch-in-iframe.html [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/fetch.any.js [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/fetch.https.any.js [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/iframe-loads.html [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/image-loads.html [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/resources/green.png [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/resources/hello.py [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/resources/iframe.py [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/resources/iframeFetch.html [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/resources/image.py [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/resources/redirect.py [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/resources/script.py [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/scheme-restriction.any.js [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/scheme-restriction.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/script-loads.html [new file with mode: 0644]
test/wpt/tests/fetch/cross-origin-resource-policy/syntax.any.js [new file with mode: 0644]
test/wpt/tests/fetch/data-urls/README.md [new file with mode: 0644]
test/wpt/tests/fetch/data-urls/base64.any.js [new file with mode: 0644]
test/wpt/tests/fetch/data-urls/navigate.window.js [new file with mode: 0644]
test/wpt/tests/fetch/data-urls/processing.any.js [new file with mode: 0644]
test/wpt/tests/fetch/data-urls/resources/base64.json [new file with mode: 0644]
test/wpt/tests/fetch/data-urls/resources/data-urls.json [new file with mode: 0644]
test/wpt/tests/fetch/fetch-later/META.yml [new file with mode: 0644]
test/wpt/tests/fetch/fetch-later/README.md [new file with mode: 0644]
test/wpt/tests/fetch/fetch-later/basic.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/fetch-later/non-secure.window.js [new file with mode: 0644]
test/wpt/tests/fetch/fetch-later/sendondiscard.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/h1-parsing/README.md [new file with mode: 0644]
test/wpt/tests/fetch/h1-parsing/lone-cr.window.js [new file with mode: 0644]
test/wpt/tests/fetch/h1-parsing/resources-with-0x00-in-header.window.js [new file with mode: 0644]
test/wpt/tests/fetch/h1-parsing/resources/README.md [new file with mode: 0644]
test/wpt/tests/fetch/h1-parsing/resources/blue-with-0x00-in-a-header.asis [new file with mode: 0644]
test/wpt/tests/fetch/h1-parsing/resources/document-with-0x00-in-header.py [new file with mode: 0644]
test/wpt/tests/fetch/h1-parsing/resources/message.py [new file with mode: 0644]
test/wpt/tests/fetch/h1-parsing/resources/script-with-0x00-in-header.py [new file with mode: 0644]
test/wpt/tests/fetch/h1-parsing/resources/status-code.py [new file with mode: 0644]
test/wpt/tests/fetch/h1-parsing/status-code.window.js [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/304-update.any.js [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/README.md [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/basic-auth-cache-test-ref.html [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/basic-auth-cache-test.html [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/cache-mode.any.js [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/cc-request.any.js [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/credentials.tentative.any.js [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/freshness.any.js [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/heuristic.any.js [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/http-cache.js [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/invalidate.any.js [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/partial.any.js [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/post-patch.any.js [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/resources/http-cache.py [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/resources/securedimage.py [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/resources/split-cache-popup-with-iframe.html [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/resources/split-cache-popup.html [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/split-cache.html [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/status.any.js [new file with mode: 0644]
test/wpt/tests/fetch/http-cache/vary.any.js [new file with mode: 0644]
test/wpt/tests/fetch/images/canvas-remote-read-remote-image-redirect.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/META.yml [new file with mode: 0644]
test/wpt/tests/fetch/metadata/README.md [new file with mode: 0644]
test/wpt/tests/fetch/metadata/audio-worklet.https.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/embed.https.sub.tentative.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/fetch-preflight.https.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/metadata/fetch.https.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/appcache-manifest.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/audioworklet.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/css-font-face.https.sub.tentative.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/css-font-face.sub.tentative.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/css-images.https.sub.tentative.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/css-images.sub.tentative.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-a.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-a.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-area.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-area.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-audio.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-audio.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-embed.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-embed.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-frame.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-frame.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-iframe.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-iframe.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-img-environment-change.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-img-environment-change.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-img.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-img.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-input-image.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-input-image.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-link-icon.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-link-icon.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-link-prefetch.https.optional.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-link-prefetch.optional.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-meta-refresh.https.optional.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-meta-refresh.optional.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-picture.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-picture.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-script.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-script.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-video-poster.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-video-poster.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-video.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/element-video.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/fetch-via-serviceworker.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/fetch.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/fetch.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/form-submission.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/form-submission.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/header-link.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/header-link.https.sub.tentative.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/header-link.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/header-refresh.https.optional.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/header-refresh.optional.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/script-module-import-dynamic.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/script-module-import-dynamic.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/script-module-import-static.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/script-module-import-static.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/serviceworker.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/svg-image.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/svg-image.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/window-history.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/window-history.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/window-location.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/window-location.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/worker-dedicated-constructor.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/worker-dedicated-constructor.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/worker-dedicated-importscripts.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/generated/worker-dedicated-importscripts.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/navigation.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/object.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/paint-worklet.https.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/portal.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/preload.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/redirect/multiple-redirect-https-downgrade-upgrade.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/redirect/redirect-http-upgrade.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/redirect/redirect-https-downgrade.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/report.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/report.https.sub.html.sub.headers [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/appcache-iframe.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/dedicatedWorker.js [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/echo-as-json.py [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/echo-as-script.py [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/es-module.sub.js [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/fetch-via-serviceworker--fallback--sw.js [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/fetch-via-serviceworker--respondWith--sw.js [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/fetch-via-serviceworker-frame.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/header-link.py [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/helper.js [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/helper.sub.js [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/message-opener.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/post-to-owner.py [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/record-header.py [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/record-headers.py [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/redirectTestHelper.sub.js [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/serviceworker-accessors-frame.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/serviceworker-accessors.sw.js [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/sharedWorker.js [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/unload-with-beacon.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/resources/xslt-test.sub.xml [new file with mode: 0644]
test/wpt/tests/fetch/metadata/serviceworker-accessors.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/sharedworker.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/style.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/README.md [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/fetch-metadata.conf.yml [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/generate.py [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/appcache-manifest.sub.https.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/audioworklet.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/css-font-face.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/css-images.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-a.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-area.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-audio.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-embed.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-frame.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-iframe.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-img-environment-change.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-img.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-input-image.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-link-icon.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-link-prefetch.optional.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-meta-refresh.optional.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-picture.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-script.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-video-poster.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/element-video.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/fetch-via-serviceworker.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/fetch.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/form-submission.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/header-link.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/header-refresh.optional.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/script-module-import-dynamic.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/script-module-import-static.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/serviceworker.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/svg-image.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/window-history.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/window-location.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/worker-dedicated-constructor.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/tools/templates/worker-dedicated-importscripts.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/track.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/trailing-dot.https.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/metadata/unload.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/window-open.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/worker.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/metadata/xslt.https.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/nosniff/image.html [new file with mode: 0644]
test/wpt/tests/fetch/nosniff/importscripts.html [new file with mode: 0644]
test/wpt/tests/fetch/nosniff/importscripts.js [new file with mode: 0644]
test/wpt/tests/fetch/nosniff/parsing-nosniff.window.js [new file with mode: 0644]
test/wpt/tests/fetch/nosniff/resources/css.py [new file with mode: 0644]
test/wpt/tests/fetch/nosniff/resources/image.py [new file with mode: 0644]
test/wpt/tests/fetch/nosniff/resources/js.py [new file with mode: 0644]
test/wpt/tests/fetch/nosniff/resources/nosniff.py [new file with mode: 0644]
test/wpt/tests/fetch/nosniff/resources/worker.py [new file with mode: 0644]
test/wpt/tests/fetch/nosniff/resources/x-content-type-options.json [new file with mode: 0644]
test/wpt/tests/fetch/nosniff/script.html [new file with mode: 0644]
test/wpt/tests/fetch/nosniff/stylesheet.html [new file with mode: 0644]
test/wpt/tests/fetch/nosniff/worker.html [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/data.json [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/data_non_ascii.json [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/empty.json [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/font.ttf [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/image.png [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/js-unlabeled-utf16-without-bom.json [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/js-unlabeled.js [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/png-mislabeled-as-html.png [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/png-mislabeled-as-html.png.headers [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/png-unlabeled.png [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/script-asm-js-invalid.js [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/script-asm-js-valid.js [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/script-iso-8559-1.js [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/script-utf16-bom.js [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/script-utf16-without-bom.js [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/script.js [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/sound.mp3 [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/text.txt [new file with mode: 0644]
test/wpt/tests/fetch/orb/resources/utils.js [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/compressed-image-sniffing.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/content-range.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/img-mime-types-coverage.tentative.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/img-png-mislabeled-as-html.sub-ref.html [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/img-png-mislabeled-as-html.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/img-png-unlabeled.sub-ref.html [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/img-png-unlabeled.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/known-mime-type.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/nosniff.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/script-js-unlabeled-gziped.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/script-unlabeled.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/script-utf16-without-bom-hint-charset.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/status.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/status.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/orb/tentative/unknown-mime-type.sub.any.js [new file with mode: 0644]
test/wpt/tests/fetch/origin/assorted.window.js [new file with mode: 0644]
test/wpt/tests/fetch/origin/resources/redirect-and-stash.py [new file with mode: 0644]
test/wpt/tests/fetch/origin/resources/referrer-policy.py [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/META.yml [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/README.md [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/fenced-frame-no-preflight-required.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/fenced-frame-subresource-fetch.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/fenced-frame.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/fetch-from-treat-as-public.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/fetch.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/fetch.tentative.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/iframe.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/iframe.tentative.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/mixed-content-fetch.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/nested-worker.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/nested-worker.tentative.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/preflight-cache.https.tentative.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/redirect.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/executor.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/fenced-frame-fetcher.https.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/fenced-frame-fetcher.https.html.headers [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/fenced-frame-local-network-access-target.https.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/fenced-frame-local-network-access.https.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/fenced-frame-local-network-access.https.html.headers [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/fetcher.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/fetcher.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/iframed.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/iframer.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/preflight.py [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/service-worker-bridge.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/service-worker.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/shared-fetcher.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/shared-worker-blob-fetcher.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/shared-worker-fetcher.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/socket-opener.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/support.sub.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/worker-blob-fetcher.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/worker-fetcher.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/worker-fetcher.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/resources/xhr-sender.html [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/service-worker-background-fetch.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/service-worker-fetch.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/service-worker-update.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/service-worker.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/shared-worker-blob-fetch.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/shared-worker-blob-fetch.tentative.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/shared-worker-fetch.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/shared-worker-fetch.tentative.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/shared-worker.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/shared-worker.tentative.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/websocket.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/websocket.tentative.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/worker-blob-fetch.tentative.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/worker-fetch.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/worker-fetch.tentative.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/worker.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/worker.tentative.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/xhr-from-treat-as-public.tentative.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/xhr.https.tentative.window.js [new file with mode: 0644]
test/wpt/tests/fetch/private-network-access/xhr.tentative.window.js [new file with mode: 0644]
test/wpt/tests/fetch/range/blob.any.js [new file with mode: 0644]
test/wpt/tests/fetch/range/data.any.js [new file with mode: 0644]
test/wpt/tests/fetch/range/general.any.js [new file with mode: 0644]
test/wpt/tests/fetch/range/general.window.js [new file with mode: 0644]
test/wpt/tests/fetch/range/non-matching-range-response.html [new file with mode: 0644]
test/wpt/tests/fetch/range/resources/basic.html [new file with mode: 0644]
test/wpt/tests/fetch/range/resources/long-wav.py [new file with mode: 0644]
test/wpt/tests/fetch/range/resources/partial-script.py [new file with mode: 0644]
test/wpt/tests/fetch/range/resources/partial-text.py [new file with mode: 0644]
test/wpt/tests/fetch/range/resources/range-sw.js [new file with mode: 0644]
test/wpt/tests/fetch/range/resources/stash-take.py [new file with mode: 0644]
test/wpt/tests/fetch/range/resources/utils.js [new file with mode: 0644]
test/wpt/tests/fetch/range/resources/video-with-range.py [new file with mode: 0644]
test/wpt/tests/fetch/range/sw.https.window.js [new file with mode: 0644]
test/wpt/tests/fetch/redirect-navigate/302-found-post-handler.py [new file with mode: 0644]
test/wpt/tests/fetch/redirect-navigate/302-found-post.html [new file with mode: 0644]
test/wpt/tests/fetch/redirect-navigate/preserve-fragment.html [new file with mode: 0644]
test/wpt/tests/fetch/redirect-navigate/resources/destination.html [new file with mode: 0644]
test/wpt/tests/fetch/redirects/data.window.js [new file with mode: 0644]
test/wpt/tests/fetch/redirects/subresource-fragments.html [new file with mode: 0644]
test/wpt/tests/fetch/security/1xx-response.any.js [new file with mode: 0644]
test/wpt/tests/fetch/security/dangling-markup-mitigation-data-url.tentative.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/security/dangling-markup-mitigation.tentative.html [new file with mode: 0644]
test/wpt/tests/fetch/security/embedded-credentials.tentative.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/security/redirect-to-url-with-credentials.https.html [new file with mode: 0644]
test/wpt/tests/fetch/security/support/embedded-credential-window.sub.html [new file with mode: 0644]
test/wpt/tests/fetch/stale-while-revalidate/fetch-sw.https.html [new file with mode: 0644]
test/wpt/tests/fetch/stale-while-revalidate/fetch.any.js [new file with mode: 0644]
test/wpt/tests/fetch/stale-while-revalidate/resources/stale-css.py [new file with mode: 0644]
test/wpt/tests/fetch/stale-while-revalidate/resources/stale-image.py [new file with mode: 0644]
test/wpt/tests/fetch/stale-while-revalidate/resources/stale-script.py [new file with mode: 0644]
test/wpt/tests/fetch/stale-while-revalidate/revalidate-not-blocked-by-csp.html [new file with mode: 0644]
test/wpt/tests/fetch/stale-while-revalidate/stale-css.html [new file with mode: 0644]
test/wpt/tests/fetch/stale-while-revalidate/stale-image.html [new file with mode: 0644]
test/wpt/tests/fetch/stale-while-revalidate/stale-script.html [new file with mode: 0644]
test/wpt/tests/fetch/stale-while-revalidate/sw-intercept.js [new file with mode: 0644]
test/wpt/tests/interfaces/ANGLE_instanced_arrays.idl [new file with mode: 0644]
test/wpt/tests/interfaces/CSP.idl [new file with mode: 0644]
test/wpt/tests/interfaces/DOM-Parsing.idl [new file with mode: 0644]
test/wpt/tests/interfaces/EXT_blend_minmax.idl [new file with mode: 0644]
test/wpt/tests/interfaces/EXT_color_buffer_float.idl [new file with mode: 0644]
test/wpt/tests/interfaces/EXT_color_buffer_half_float.idl [new file with mode: 0644]
test/wpt/tests/interfaces/EXT_disjoint_timer_query.idl [new file with mode: 0644]
test/wpt/tests/interfaces/EXT_disjoint_timer_query_webgl2.idl [new file with mode: 0644]
test/wpt/tests/interfaces/EXT_float_blend.idl [new file with mode: 0644]
test/wpt/tests/interfaces/EXT_frag_depth.idl [new file with mode: 0644]
test/wpt/tests/interfaces/EXT_sRGB.idl [new file with mode: 0644]
test/wpt/tests/interfaces/EXT_shader_texture_lod.idl [new file with mode: 0644]
test/wpt/tests/interfaces/EXT_texture_compression_bptc.idl [new file with mode: 0644]
test/wpt/tests/interfaces/EXT_texture_compression_rgtc.idl [new file with mode: 0644]
test/wpt/tests/interfaces/EXT_texture_filter_anisotropic.idl [new file with mode: 0644]
test/wpt/tests/interfaces/EXT_texture_norm16.idl [new file with mode: 0644]
test/wpt/tests/interfaces/FedCM.idl [new file with mode: 0644]
test/wpt/tests/interfaces/FileAPI.idl [new file with mode: 0644]
test/wpt/tests/interfaces/IndexedDB.idl [new file with mode: 0644]
test/wpt/tests/interfaces/KHR_parallel_shader_compile.idl [new file with mode: 0644]
test/wpt/tests/interfaces/META.yml [new file with mode: 0644]
test/wpt/tests/interfaces/OES_draw_buffers_indexed.idl [new file with mode: 0644]
test/wpt/tests/interfaces/OES_element_index_uint.idl [new file with mode: 0644]
test/wpt/tests/interfaces/OES_fbo_render_mipmap.idl [new file with mode: 0644]
test/wpt/tests/interfaces/OES_standard_derivatives.idl [new file with mode: 0644]
test/wpt/tests/interfaces/OES_texture_float.idl [new file with mode: 0644]
test/wpt/tests/interfaces/OES_texture_float_linear.idl [new file with mode: 0644]
test/wpt/tests/interfaces/OES_texture_half_float.idl [new file with mode: 0644]
test/wpt/tests/interfaces/OES_texture_half_float_linear.idl [new file with mode: 0644]
test/wpt/tests/interfaces/OES_vertex_array_object.idl [new file with mode: 0644]
test/wpt/tests/interfaces/OVR_multiview2.idl [new file with mode: 0644]
test/wpt/tests/interfaces/README.md [new file with mode: 0644]
test/wpt/tests/interfaces/SVG.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_blend_equation_advanced_coherent.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_clip_cull_distance.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_color_buffer_float.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_compressed_texture_astc.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_compressed_texture_etc.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_compressed_texture_etc1.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_compressed_texture_pvrtc.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_compressed_texture_s3tc.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_compressed_texture_s3tc_srgb.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_debug_renderer_info.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_debug_shaders.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_depth_texture.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_draw_buffers.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_draw_instanced_base_vertex_base_instance.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_lose_context.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_multi_draw.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_multi_draw_instanced_base_vertex_base_instance.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WEBGL_provoking_vertex.idl [new file with mode: 0644]
test/wpt/tests/interfaces/WebCryptoAPI.idl [new file with mode: 0644]
test/wpt/tests/interfaces/accelerometer.idl [new file with mode: 0644]
test/wpt/tests/interfaces/ambient-light.idl [new file with mode: 0644]
test/wpt/tests/interfaces/anchors.idl [new file with mode: 0644]
test/wpt/tests/interfaces/attribution-reporting-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/audio-output.idl [new file with mode: 0644]
test/wpt/tests/interfaces/autoplay-detection.idl [new file with mode: 0644]
test/wpt/tests/interfaces/background-fetch.idl [new file with mode: 0644]
test/wpt/tests/interfaces/background-sync.idl [new file with mode: 0644]
test/wpt/tests/interfaces/badging.idl [new file with mode: 0644]
test/wpt/tests/interfaces/battery-status.idl [new file with mode: 0644]
test/wpt/tests/interfaces/beacon.idl [new file with mode: 0644]
test/wpt/tests/interfaces/capture-handle-identity.idl [new file with mode: 0644]
test/wpt/tests/interfaces/captured-mouse-events.tentative.idl [new file with mode: 0644]
test/wpt/tests/interfaces/clipboard-apis.idl [new file with mode: 0644]
test/wpt/tests/interfaces/close-watcher.idl [new file with mode: 0644]
test/wpt/tests/interfaces/compat.idl [new file with mode: 0644]
test/wpt/tests/interfaces/compression.idl [new file with mode: 0644]
test/wpt/tests/interfaces/compute-pressure.idl [new file with mode: 0644]
test/wpt/tests/interfaces/console.idl [new file with mode: 0644]
test/wpt/tests/interfaces/contact-picker.idl [new file with mode: 0644]
test/wpt/tests/interfaces/content-index.idl [new file with mode: 0644]
test/wpt/tests/interfaces/cookie-store.idl [new file with mode: 0644]
test/wpt/tests/interfaces/credential-management.idl [new file with mode: 0644]
test/wpt/tests/interfaces/csp-embedded-enforcement.idl [new file with mode: 0644]
test/wpt/tests/interfaces/csp-next.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-anchor-position.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-animation-worklet.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-animations-2.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-animations.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-cascade-6.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-cascade.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-color-5.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-conditional.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-contain-3.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-contain.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-counter-styles.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-font-loading.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-fonts.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-highlight-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-images-4.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-layout-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-masking.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-nav.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-nesting.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-paint-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-parser-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-properties-values-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-pseudo.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-regions.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-shadow-parts.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-toggle.tentative.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-transitions-2.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-transitions.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-typed-om.idl [new file with mode: 0644]
test/wpt/tests/interfaces/css-view-transitions.idl [new file with mode: 0644]
test/wpt/tests/interfaces/cssom-view.idl [new file with mode: 0644]
test/wpt/tests/interfaces/cssom.idl [new file with mode: 0644]
test/wpt/tests/interfaces/custom-state-pseudo-class.idl [new file with mode: 0644]
test/wpt/tests/interfaces/datacue.idl [new file with mode: 0644]
test/wpt/tests/interfaces/deprecation-reporting.idl [new file with mode: 0644]
test/wpt/tests/interfaces/device-memory.idl [new file with mode: 0644]
test/wpt/tests/interfaces/device-posture.idl [new file with mode: 0644]
test/wpt/tests/interfaces/digital-goods.idl [new file with mode: 0644]
test/wpt/tests/interfaces/document-picture-in-picture.idl [new file with mode: 0644]
test/wpt/tests/interfaces/dom.idl [new file with mode: 0644]
test/wpt/tests/interfaces/edit-context.idl [new file with mode: 0644]
test/wpt/tests/interfaces/element-timing.idl [new file with mode: 0644]
test/wpt/tests/interfaces/encoding.idl [new file with mode: 0644]
test/wpt/tests/interfaces/encrypted-media.idl [new file with mode: 0644]
test/wpt/tests/interfaces/entries-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/event-timing.idl [new file with mode: 0644]
test/wpt/tests/interfaces/eyedropper-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/fenced-frame.idl [new file with mode: 0644]
test/wpt/tests/interfaces/fetch.idl [new file with mode: 0644]
test/wpt/tests/interfaces/fido.idl [new file with mode: 0644]
test/wpt/tests/interfaces/file-system-access.idl [new file with mode: 0644]
test/wpt/tests/interfaces/filter-effects.idl [new file with mode: 0644]
test/wpt/tests/interfaces/font-metrics-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/fs.idl [new file with mode: 0644]
test/wpt/tests/interfaces/fullscreen.idl [new file with mode: 0644]
test/wpt/tests/interfaces/gamepad-extensions.idl [new file with mode: 0644]
test/wpt/tests/interfaces/gamepad.idl [new file with mode: 0644]
test/wpt/tests/interfaces/generic-sensor.idl [new file with mode: 0644]
test/wpt/tests/interfaces/geolocation-sensor.idl [new file with mode: 0644]
test/wpt/tests/interfaces/geolocation.idl [new file with mode: 0644]
test/wpt/tests/interfaces/geometry.idl [new file with mode: 0644]
test/wpt/tests/interfaces/get-installed-related-apps.idl [new file with mode: 0644]
test/wpt/tests/interfaces/gpc-spec.idl [new file with mode: 0644]
test/wpt/tests/interfaces/gyroscope.idl [new file with mode: 0644]
test/wpt/tests/interfaces/hr-time.idl [new file with mode: 0644]
test/wpt/tests/interfaces/html-media-capture.idl [new file with mode: 0644]
test/wpt/tests/interfaces/html.idl [new file with mode: 0644]
test/wpt/tests/interfaces/idle-detection.idl [new file with mode: 0644]
test/wpt/tests/interfaces/image-capture.idl [new file with mode: 0644]
test/wpt/tests/interfaces/image-resource.idl [new file with mode: 0644]
test/wpt/tests/interfaces/ink-enhancement.idl [new file with mode: 0644]
test/wpt/tests/interfaces/input-device-capabilities.idl [new file with mode: 0644]
test/wpt/tests/interfaces/input-events.idl [new file with mode: 0644]
test/wpt/tests/interfaces/intersection-observer.idl [new file with mode: 0644]
test/wpt/tests/interfaces/intervention-reporting.idl [new file with mode: 0644]
test/wpt/tests/interfaces/is-input-pending.idl [new file with mode: 0644]
test/wpt/tests/interfaces/js-self-profiling.idl [new file with mode: 0644]
test/wpt/tests/interfaces/keyboard-lock.idl [new file with mode: 0644]
test/wpt/tests/interfaces/keyboard-map.idl [new file with mode: 0644]
test/wpt/tests/interfaces/largest-contentful-paint.idl [new file with mode: 0644]
test/wpt/tests/interfaces/layout-instability.idl [new file with mode: 0644]
test/wpt/tests/interfaces/local-font-access.idl [new file with mode: 0644]
test/wpt/tests/interfaces/longtasks.idl [new file with mode: 0644]
test/wpt/tests/interfaces/magnetometer.idl [new file with mode: 0644]
test/wpt/tests/interfaces/manifest-incubations.idl [new file with mode: 0644]
test/wpt/tests/interfaces/mathml-core.idl [new file with mode: 0644]
test/wpt/tests/interfaces/media-capabilities.idl [new file with mode: 0644]
test/wpt/tests/interfaces/media-playback-quality.idl [new file with mode: 0644]
test/wpt/tests/interfaces/media-source.idl [new file with mode: 0644]
test/wpt/tests/interfaces/mediacapture-automation.idl [new file with mode: 0644]
test/wpt/tests/interfaces/mediacapture-fromelement.idl [new file with mode: 0644]
test/wpt/tests/interfaces/mediacapture-handle-actions.idl [new file with mode: 0644]
test/wpt/tests/interfaces/mediacapture-region.idl [new file with mode: 0644]
test/wpt/tests/interfaces/mediacapture-streams.idl [new file with mode: 0644]
test/wpt/tests/interfaces/mediacapture-transform.idl [new file with mode: 0644]
test/wpt/tests/interfaces/mediacapture-viewport.idl [new file with mode: 0644]
test/wpt/tests/interfaces/mediasession.idl [new file with mode: 0644]
test/wpt/tests/interfaces/mediastream-recording.idl [new file with mode: 0644]
test/wpt/tests/interfaces/model-element.idl [new file with mode: 0644]
test/wpt/tests/interfaces/mst-content-hint.idl [new file with mode: 0644]
test/wpt/tests/interfaces/navigation-timing.idl [new file with mode: 0644]
test/wpt/tests/interfaces/netinfo.idl [new file with mode: 0644]
test/wpt/tests/interfaces/notifications.idl [new file with mode: 0644]
test/wpt/tests/interfaces/orientation-event.idl [new file with mode: 0644]
test/wpt/tests/interfaces/orientation-sensor.idl [new file with mode: 0644]
test/wpt/tests/interfaces/page-lifecycle.idl [new file with mode: 0644]
test/wpt/tests/interfaces/paint-timing.idl [new file with mode: 0644]
test/wpt/tests/interfaces/parakeet.tentative.idl [new file with mode: 0644]
test/wpt/tests/interfaces/payment-handler.idl [new file with mode: 0644]
test/wpt/tests/interfaces/payment-request.idl [new file with mode: 0644]
test/wpt/tests/interfaces/performance-measure-memory.idl [new file with mode: 0644]
test/wpt/tests/interfaces/performance-timeline.idl [new file with mode: 0644]
test/wpt/tests/interfaces/periodic-background-sync.idl [new file with mode: 0644]
test/wpt/tests/interfaces/permissions-policy.idl [new file with mode: 0644]
test/wpt/tests/interfaces/permissions-request.idl [new file with mode: 0644]
test/wpt/tests/interfaces/permissions-revoke.idl [new file with mode: 0644]
test/wpt/tests/interfaces/permissions.idl [new file with mode: 0644]
test/wpt/tests/interfaces/picture-in-picture.idl [new file with mode: 0644]
test/wpt/tests/interfaces/pointerevents.idl [new file with mode: 0644]
test/wpt/tests/interfaces/pointerlock.idl [new file with mode: 0644]
test/wpt/tests/interfaces/portals.idl [new file with mode: 0644]
test/wpt/tests/interfaces/prefer-current-tab.idl [new file with mode: 0644]
test/wpt/tests/interfaces/prerendering-revamped.idl [new file with mode: 0644]
test/wpt/tests/interfaces/presentation-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/private-click-measurement.idl [new file with mode: 0644]
test/wpt/tests/interfaces/proximity.idl [new file with mode: 0644]
test/wpt/tests/interfaces/push-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/raw-camera-access.idl [new file with mode: 0644]
test/wpt/tests/interfaces/real-world-meshing.idl [new file with mode: 0644]
test/wpt/tests/interfaces/referrer-policy.idl [new file with mode: 0644]
test/wpt/tests/interfaces/remote-playback.idl [new file with mode: 0644]
test/wpt/tests/interfaces/reporting.idl [new file with mode: 0644]
test/wpt/tests/interfaces/requestStorageAccessFor.idl [new file with mode: 0644]
test/wpt/tests/interfaces/requestidlecallback.idl [new file with mode: 0644]
test/wpt/tests/interfaces/resize-observer.idl [new file with mode: 0644]
test/wpt/tests/interfaces/resource-timing.idl [new file with mode: 0644]
test/wpt/tests/interfaces/sanitizer-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/sanitizer-api.tentative.idl [new file with mode: 0644]
test/wpt/tests/interfaces/savedata.idl [new file with mode: 0644]
test/wpt/tests/interfaces/scheduling-apis.idl [new file with mode: 0644]
test/wpt/tests/interfaces/screen-capture.idl [new file with mode: 0644]
test/wpt/tests/interfaces/screen-orientation.idl [new file with mode: 0644]
test/wpt/tests/interfaces/screen-wake-lock.idl [new file with mode: 0644]
test/wpt/tests/interfaces/scroll-animations.idl [new file with mode: 0644]
test/wpt/tests/interfaces/scroll-to-text-fragment.idl [new file with mode: 0644]
test/wpt/tests/interfaces/secure-payment-confirmation.idl [new file with mode: 0644]
test/wpt/tests/interfaces/selection-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/serial.idl [new file with mode: 0644]
test/wpt/tests/interfaces/server-timing.idl [new file with mode: 0644]
test/wpt/tests/interfaces/service-workers.idl [new file with mode: 0644]
test/wpt/tests/interfaces/shape-detection-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/shared-storage.idl [new file with mode: 0644]
test/wpt/tests/interfaces/speech-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/storage-access.idl [new file with mode: 0644]
test/wpt/tests/interfaces/storage-buckets.idl [new file with mode: 0644]
test/wpt/tests/interfaces/storage-buckets.tentative.idl [new file with mode: 0644]
test/wpt/tests/interfaces/storage.idl [new file with mode: 0644]
test/wpt/tests/interfaces/streams.idl [new file with mode: 0644]
test/wpt/tests/interfaces/sub-apps.tentative.idl [new file with mode: 0644]
test/wpt/tests/interfaces/svg-animations.idl [new file with mode: 0644]
test/wpt/tests/interfaces/testutils.idl [new file with mode: 0644]
test/wpt/tests/interfaces/text-detection-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/touch-events.idl [new file with mode: 0644]
test/wpt/tests/interfaces/trust-token-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/trusted-types.idl [new file with mode: 0644]
test/wpt/tests/interfaces/turtledove.idl [new file with mode: 0644]
test/wpt/tests/interfaces/ua-client-hints.idl [new file with mode: 0644]
test/wpt/tests/interfaces/uievents.idl [new file with mode: 0644]
test/wpt/tests/interfaces/url.idl [new file with mode: 0644]
test/wpt/tests/interfaces/urlpattern.idl [new file with mode: 0644]
test/wpt/tests/interfaces/user-timing.idl [new file with mode: 0644]
test/wpt/tests/interfaces/vibration.idl [new file with mode: 0644]
test/wpt/tests/interfaces/video-rvfc.idl [new file with mode: 0644]
test/wpt/tests/interfaces/virtual-keyboard.idl [new file with mode: 0644]
test/wpt/tests/interfaces/virtual-keyboard.tentative.idl [new file with mode: 0644]
test/wpt/tests/interfaces/wai-aria.idl [new file with mode: 0644]
test/wpt/tests/interfaces/wasm-js-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/wasm-web-api.idl [new file with mode: 0644]
test/wpt/tests/interfaces/web-animations-2.idl [new file with mode: 0644]
test/wpt/tests/interfaces/web-animations.idl [new file with mode: 0644]
test/wpt/tests/interfaces/web-app-launch.idl [new file with mode: 0644]
test/wpt/tests/interfaces/web-bluetooth.idl [new file with mode: 0644]
test/wpt/tests/interfaces/web-locks.idl [new file with mode: 0644]
test/wpt/tests/interfaces/web-nfc.idl [new file with mode: 0644]
test/wpt/tests/interfaces/web-otp.idl [new file with mode: 0644]
test/wpt/tests/interfaces/web-share.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webaudio.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webauthn.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webcodecs-aac-codec-registration.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webcodecs-av1-codec-registration.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webcodecs-avc-codec-registration.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webcodecs-flac-codec-registration.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webcodecs-hevc-codec-registration.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webcodecs-opus-codec-registration.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webcodecs-vp9-codec-registration.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webcodecs.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webcrypto-secure-curves.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webdriver.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webgl1.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webgl2.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webgpu.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webhid.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webidl.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webmidi.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webnn.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webrtc-encoded-transform.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webrtc-ice.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webrtc-identity.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webrtc-priority.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webrtc-stats.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webrtc-svc.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webrtc.idl [new file with mode: 0644]
test/wpt/tests/interfaces/websockets.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webtransport.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webusb.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webvr.tentative.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webvtt.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webxr-ar-module.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webxr-depth-sensing.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webxr-dom-overlays.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webxr-gamepads-module.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webxr-hand-input.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webxr-hit-test.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webxr-lighting-estimation.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webxr.idl [new file with mode: 0644]
test/wpt/tests/interfaces/webxrlayers.idl [new file with mode: 0644]
test/wpt/tests/interfaces/window-controls-overlay.idl [new file with mode: 0644]
test/wpt/tests/interfaces/window-management.idl [new file with mode: 0644]
test/wpt/tests/interfaces/xhr.idl [new file with mode: 0644]
test/wpt/tests/lint.ignore [new file with mode: 0644]
test/wpt/tests/mimesniff/META.yml [new file with mode: 0644]
test/wpt/tests/mimesniff/README.md [new file with mode: 0644]
test/wpt/tests/mimesniff/media/media-sniff.window.js [new file with mode: 0644]
test/wpt/tests/mimesniff/media/resources/flac.flac [new file with mode: 0644]
test/wpt/tests/mimesniff/media/resources/make-vectors.sh [new file with mode: 0644]
test/wpt/tests/mimesniff/media/resources/mp3-raw.mp3 [new file with mode: 0644]
test/wpt/tests/mimesniff/media/resources/mp3-with-id3.mp3 [new file with mode: 0644]
test/wpt/tests/mimesniff/media/resources/mp4.mp4 [new file with mode: 0644]
test/wpt/tests/mimesniff/media/resources/ogg.ogg [new file with mode: 0644]
test/wpt/tests/mimesniff/media/resources/wav.wav [new file with mode: 0644]
test/wpt/tests/mimesniff/media/resources/webm.webm [new file with mode: 0644]
test/wpt/tests/mimesniff/mime-types/README.md [new file with mode: 0644]
test/wpt/tests/mimesniff/mime-types/charset-parameter.window.js [new file with mode: 0644]
test/wpt/tests/mimesniff/mime-types/parsing.any.js [new file with mode: 0644]
test/wpt/tests/mimesniff/mime-types/resources/generated-mime-types.json [new file with mode: 0644]
test/wpt/tests/mimesniff/mime-types/resources/generated-mime-types.py [new file with mode: 0644]
test/wpt/tests/mimesniff/mime-types/resources/mime-charset.py [new file with mode: 0644]
test/wpt/tests/mimesniff/mime-types/resources/mime-groups.json [new file with mode: 0644]
test/wpt/tests/mimesniff/mime-types/resources/mime-types.json [new file with mode: 0644]
test/wpt/tests/resources/.htaccess [new file with mode: 0644]
test/wpt/tests/resources/META.yml [new file with mode: 0644]
test/wpt/tests/resources/SVGAnimationTestCase-testharness.js [new file with mode: 0644]
test/wpt/tests/resources/accesskey.js [new file with mode: 0644]
test/wpt/tests/resources/blank.html [new file with mode: 0644]
test/wpt/tests/resources/channel.sub.js [new file with mode: 0644]
test/wpt/tests/resources/check-layout-th.js [new file with mode: 0644]
test/wpt/tests/resources/check-layout.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/README.md [new file with mode: 0644]
test/wpt/tests/resources/chromium/contacts_manager_mock.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/content-index-helpers.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/enable-hyperlink-auditing.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/fake-hid.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/fake-serial.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/generic_sensor_mocks.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/generic_sensor_mocks.js.headers [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-barcodedetection.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-barcodedetection.js.headers [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-battery-monitor.headers [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-battery-monitor.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-direct-sockets.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-facedetection.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-facedetection.js.headers [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-idle-detection.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-imagecapture.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-managed-config.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-pressure-service.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-pressure-service.js.headers [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-subapps.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-textdetection.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/mock-textdetection.js.headers [new file with mode: 0644]
test/wpt/tests/resources/chromium/nfc-mock.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/web-bluetooth-test.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/web-bluetooth-test.js.headers [new file with mode: 0644]
test/wpt/tests/resources/chromium/webusb-child-test.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/webusb-child-test.js.headers [new file with mode: 0644]
test/wpt/tests/resources/chromium/webusb-test.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/webusb-test.js.headers [new file with mode: 0644]
test/wpt/tests/resources/chromium/webxr-test-math-helper.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/webxr-test-math-helper.js.headers [new file with mode: 0644]
test/wpt/tests/resources/chromium/webxr-test.js [new file with mode: 0644]
test/wpt/tests/resources/chromium/webxr-test.js.headers [new file with mode: 0644]
test/wpt/tests/resources/declarative-shadow-dom-polyfill.js [new file with mode: 0644]
test/wpt/tests/resources/idlharness-shadowrealm.js [new file with mode: 0644]
test/wpt/tests/resources/idlharness.js [new file with mode: 0644]
test/wpt/tests/resources/idlharness.js.headers [new file with mode: 0644]
test/wpt/tests/resources/readme.md [new file with mode: 0644]
test/wpt/tests/resources/sriharness.js [new file with mode: 0644]
test/wpt/tests/resources/test-only-api.js [new file with mode: 0644]
test/wpt/tests/resources/test-only-api.js.headers [new file with mode: 0644]
test/wpt/tests/resources/test-only-api.m.js [new file with mode: 0644]
test/wpt/tests/resources/test-only-api.m.js.headers [new file with mode: 0644]
test/wpt/tests/resources/test/README.md [new file with mode: 0644]
test/wpt/tests/resources/test/conftest.py [new file with mode: 0644]
test/wpt/tests/resources/test/harness.html [new file with mode: 0644]
test/wpt/tests/resources/test/idl-helper.js [new file with mode: 0644]
test/wpt/tests/resources/test/nested-testharness.js [new file with mode: 0644]
test/wpt/tests/resources/test/requirements.txt [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/abortsignal.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/add_cleanup.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/add_cleanup_async.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/add_cleanup_async_bad_return.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/add_cleanup_async_rejection.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/add_cleanup_async_rejection_after_load.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/add_cleanup_async_timeout.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/add_cleanup_bad_return.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/add_cleanup_count.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/add_cleanup_err.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/add_cleanup_err_multi.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/add_cleanup_sync_queue.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/api-tests-1.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/api-tests-2.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/api-tests-3.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/assert-array-equals.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/assert-throws-dom.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/force_timeout.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/generate-callback.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/idlharness/IdlDictionary/test_partial_interface_of.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/idlharness/IdlInterface/test_exposed_wildcard.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/idlharness/IdlInterface/test_immutable_prototype.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/idlharness/IdlInterface/test_interface_mixin.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/idlharness/IdlInterface/test_partial_interface_of.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/idlharness/IdlInterface/test_primary_interface_of.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/idlharness/IdlInterface/test_to_json_operation.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/idlharness/IdlNamespace/test_attribute.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/idlharness/IdlNamespace/test_operation.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/idlharness/IdlNamespace/test_partial_namespace.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/iframe-callback.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/iframe-consolidate-errors.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/iframe-consolidate-tests.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/iframe-msg.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/log-insertion.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/no-title.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/order.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/promise-async.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/promise-with-sync.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/promise.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/queue.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/setup-function-worker.js [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/setup-worker-service.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/single-page-test-fail.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/single-page-test-no-assertions.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/single-page-test-no-body.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/single-page-test-pass.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/step_wait.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/step_wait_func.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/task-scheduling-promise-test.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/task-scheduling-test.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/uncaught-exception-handle.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/uncaught-exception-ignore.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/worker-dedicated-uncaught-allow.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/worker-dedicated-uncaught-single.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/worker-dedicated.sub.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/worker-error.js [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/worker-service.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/worker-shared.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/worker-uncaught-allow.js [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/worker-uncaught-single.js [new file with mode: 0644]
test/wpt/tests/resources/test/tests/functional/worker.js [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlArray/is_json_type.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlDictionary/get_reverse_inheritance_stack.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlDictionary/test_partial_dictionary.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterface/constructors.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterface/default_to_json_operation.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterface/do_member_unscopable_asserts.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterface/get_interface_object.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterface/get_interface_object_owner.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterface/get_legacy_namespace.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterface/get_qualified_name.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterface/get_reverse_inheritance_stack.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterface/has_default_to_json_regular_operation.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterface/has_to_json_regular_operation.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterface/should_have_interface_object.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterface/test_primary_interface_of_undefined.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterfaceMember/is_to_json_regular_operation.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/IdlInterfaceMember/toString.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/assert_implements.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/assert_implements_optional.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/assert_object_equals.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/async-test-return-restrictions.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/basic.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/exceptional-cases-timeouts.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/exceptional-cases.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/format-value.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/helpers.js [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/late-test.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/promise_setup-timeout.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/promise_setup.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/single_test.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/test-return-restrictions.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/throwing-assertions.html [new file with mode: 0644]
test/wpt/tests/resources/test/tests/unit/unpaired-surrogates.html [new file with mode: 0644]
test/wpt/tests/resources/test/tox.ini [new file with mode: 0644]
test/wpt/tests/resources/test/wptserver.py [new file with mode: 0644]
test/wpt/tests/resources/testdriver-actions.js [new file with mode: 0644]
test/wpt/tests/resources/testdriver-vendor.js [new file with mode: 0644]
test/wpt/tests/resources/testdriver-vendor.js.headers [new file with mode: 0644]
test/wpt/tests/resources/testdriver.js [new file with mode: 0644]
test/wpt/tests/resources/testdriver.js.headers [new file with mode: 0644]
test/wpt/tests/resources/testharness.js [new file with mode: 0644]
test/wpt/tests/resources/testharness.js.headers [new file with mode: 0644]
test/wpt/tests/resources/testharnessreport.js [new file with mode: 0644]
test/wpt/tests/resources/testharnessreport.js.headers [new file with mode: 0644]
test/wpt/tests/resources/webidl2/build.sh [new file with mode: 0644]
test/wpt/tests/resources/webidl2/lib/README.md [new file with mode: 0644]
test/wpt/tests/resources/webidl2/lib/VERSION.md [new file with mode: 0644]
test/wpt/tests/resources/webidl2/lib/webidl2.js [new file with mode: 0644]
test/wpt/tests/resources/webidl2/lib/webidl2.js.headers [new file with mode: 0644]
test/wpt/tests/service-workers/META.yml [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/META.yml [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/cache-abort.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/cache-add.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/cache-delete.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/cache-keys-attributes-for-service-worker.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/cache-keys.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/cache-match.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/cache-matchAll.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/cache-put.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/cache-storage-buckets.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/cache-storage-keys.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/cache-storage-match.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/cache-storage.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/common.https.window.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/crashtests/cache-response-clone.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/credentials.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/cross-partition.https.tentative.html [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/resources/blank.html [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/resources/cache-keys-attributes-for-service-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/resources/common-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/resources/credentials-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/resources/credentials-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/resources/fetch-status.py [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/resources/iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/resources/simple.txt [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/resources/test-helpers.js [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/resources/vary.py [new file with mode: 0644]
test/wpt/tests/service-workers/cache-storage/sandboxed-iframes.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/idlharness.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/Service-Worker-Allowed-header.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/close.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event-constructor.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/fetch-on-the-right-interface.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/isSecureContext.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/isSecureContext.serviceworker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/postmessage.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/registration-attribute.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/close-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/error-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/extendable-message-event-constructor-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/extendable-message-event-loopback-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/extendable-message-event-ping-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/extendable-message-event-pong-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/extendable-message-event-utils.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/extendable-message-event-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/postmessage-loopback-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/postmessage-ping-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/postmessage-pong-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/registration-attribute-newer-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/registration-attribute-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/unregister-controlling-worker.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/unregister-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/update-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/resources/update-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/service-worker-error-event.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/unregister.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ServiceWorkerGlobalScope/update.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/about-blank-replacement.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/activate-event-after-install-state-change.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/activation-after-registration.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/activation.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/active.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/claim-affect-other-registration.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/claim-fetch.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/claim-not-using-registration.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/claim-shared-worker-fetch.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/claim-using-registration.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/claim-with-redirect.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/claim-worker-fetch.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/client-id.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/client-navigate.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/client-url-of-blob-url-worker.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/clients-get-client-types.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/clients-get-cross-origin.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/clients-get-resultingClientId.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/clients-get.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/clients-matchall-blob-url-worker.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/clients-matchall-client-types.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/clients-matchall-exact-controller.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/clients-matchall-frozen.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/clients-matchall-include-uncontrolled.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/clients-matchall-on-evaluation.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/clients-matchall-order.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/clients-matchall.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/controlled-dedicatedworker-postMessage.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/controlled-iframe-postMessage.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/controller-on-disconnect.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/controller-on-load.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/controller-on-reload.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/controller-with-no-fetch-event-handler.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/credentials.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/data-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/data-transfer-files.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/dedicated-worker-service-worker-interception.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/detached-context.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/embed-and-object-are-not-intercepted.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/extendable-event-async-waituntil.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/extendable-event-waituntil.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-audio-tainting.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-canvas-tainting-double-write.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-canvas-tainting-image-cache.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-canvas-tainting-image.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-canvas-tainting-video-cache.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-canvas-tainting-video-with-range-request.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-canvas-tainting-video.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-cors-exposed-header-names.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-cors-xhr.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-csp.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-error.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-add-async.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-after-navigation-within-page.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-async-respond-with.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-handled.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-is-history-backward-navigation-manual.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-is-history-forward-navigation-manual.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-is-reload-iframe-navigation-manual.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-is-reload-navigation-manual.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-network-error.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-redirect.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-referrer-policy.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-respond-with-argument.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-respond-with-body-loaded-in-chunk.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-respond-with-custom-response.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-respond-with-partial-stream.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-respond-with-readable-stream-chunk.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-respond-with-response-body-with-invalid-chunk.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-respond-with-stops-propagation.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-throws-after-respond-with.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-within-sw-manual.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event-within-sw.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event.https.h2.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-event.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-frame-resource.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-header-visibility.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-mixed-content-to-inscope.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-mixed-content-to-outscope.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-request-css-base-url.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-request-css-cross-origin.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-request-css-images.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-request-fallback.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-request-no-freshness-headers.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-request-redirect.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-request-resources.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-request-xhr-sync-error.https.window.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-request-xhr-sync-on-worker.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-request-xhr-sync.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-request-xhr.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-response-taint.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-response-xhr.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/fetch-waits-for-activate.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/getregistration.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/getregistrations.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/global-serviceworker.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/historical.https.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/http-to-https-redirect-and-register.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/immutable-prototype-serviceworker.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/import-scripts-cross-origin.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/import-scripts-data-url.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/import-scripts-mime-types.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/import-scripts-redirect.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/import-scripts-resource-map.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/import-scripts-updated-flag.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/indexeddb.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/install-event-type.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/installing.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/interface-requirements-sw.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/invalid-blobtype.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/invalid-header.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/iso-latin1-header.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/local-url-inherit-controller.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/mime-sniffing.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/multi-globals/current/current.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/multi-globals/current/test-sw.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/multi-globals/incumbent/incumbent.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/multi-globals/incumbent/test-sw.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/multi-globals/relevant/relevant.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/multi-globals/relevant/test-sw.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/multi-globals/test-sw.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/multi-globals/url-parsing.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/multipart-image.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/multiple-register.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/multiple-update.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigate-window.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-headers.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/broken-chunked-encoding.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/chunked-encoding.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/empty-preload-response-body.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/get-state.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/navigationPreload.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/redirect.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/request-headers.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resource-timing.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/broken-chunked-encoding-scope.asis [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/broken-chunked-encoding-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/chunked-encoding-scope.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/chunked-encoding-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/cookie.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/empty-preload-response-body-scope.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/empty-preload-response-body-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/get-state-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/helpers.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/navigation-preload-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/redirect-redirected.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/redirect-scope.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/redirect-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/request-headers-scope.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/request-headers-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/resource-timing-scope.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/resource-timing-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/samesite-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/samesite-sw-helper.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/samesite-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/resources/wait-for-activate-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/samesite-cookies.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-preload/samesite-iframe.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-redirect-body.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-redirect-resolution.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-redirect-to-http.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-redirect.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-sets-cookie.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-timing-extended.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/navigation-timing.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/nested-blob-url-workers.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/next-hop-protocol.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/no-dynamic-import-in-module.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/no-dynamic-import.any.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/onactivate-script-error.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/oninstall-script-error.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/opaque-response-preloaded.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/opaque-script.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/partitioned-claim.tentative.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/partitioned-cookies.tentative.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/partitioned-getRegistrations.tentative.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/partitioned-matchAll.tentative.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/partitioned.tentative.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/performance-timeline.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/postMessage-client-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/postmessage-blob-url.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/postmessage-from-waiting-serviceworker.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/postmessage-msgport-to-client.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/postmessage-to-client-message-queue.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/postmessage-to-client.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/postmessage.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/ready.https.window.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/redirected-response.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/referer.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/referrer-policy-header.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/referrer-toplevel-script-fetch.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/register-closed-window.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/register-default-scope.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/register-same-scope-different-script-url.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/register-wait-forever-in-install-worker.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-basic.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-end-to-end.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-events.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-iframe.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-mime-types.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-schedule-job.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-scope-module-static-import.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-scope.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-script-module.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-script-url.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-script.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-security-error.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-service-worker-attributes.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/registration-updateviacache.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/rejections.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/request-end-to-end.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resource-timing-bodySize.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resource-timing-cross-origin.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resource-timing-fetch-variants.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resource-timing.sub.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/404.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/about-blank-replacement-blank-dynamic-nested-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/about-blank-replacement-blank-nested-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/about-blank-replacement-frame.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/about-blank-replacement-ping-frame.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/about-blank-replacement-popup-frame.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/about-blank-replacement-srcdoc-nested-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/about-blank-replacement-uncontrolled-nested-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/about-blank-replacement-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/basic-module-2.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/basic-module.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/blank.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/bytecheck-worker-imported-script.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/bytecheck-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/claim-blob-url-worker-fetch-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/claim-nested-worker-fetch-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/claim-nested-worker-fetch-parent-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/claim-shared-worker-fetch-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/claim-shared-worker-fetch-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/claim-with-redirect-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/claim-worker-fetch-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/claim-worker-fetch-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/claim-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/classic-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/client-id-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/client-navigate-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/client-navigate-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/client-navigated-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/client-url-of-blob-url-worker.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/client-url-of-blob-url-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-frame-freeze.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-get-client-types-frame-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-get-client-types-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-get-client-types-shared-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-get-client-types-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-get-cross-origin-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-get-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-get-other-origin.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-get-resultingClientId-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-get-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-matchall-blob-url-worker.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-matchall-client-types-dedicated-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-matchall-client-types-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-matchall-client-types-shared-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-matchall-on-evaluation-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/clients-matchall-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/controlled-frame-postMessage.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/controlled-worker-late-postMessage.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/controlled-worker-postMessage.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/cors-approved.txt [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/cors-approved.txt.headers [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/cors-denied.txt [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/create-blob-url-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/create-out-of-scope-worker.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/echo-content.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/echo-cookie-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/echo-message-to-source-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/embed-and-object-are-not-intercepted-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/embed-image-is-not-intercepted-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/embed-is-not-intercepted-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/embed-navigation-is-not-intercepted-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/embedded-content-from-server.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/embedded-content-from-service-worker.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/empty-but-slow-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/empty-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/empty.h2.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/empty.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/empty.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/enable-client-message-queue.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/end-to-end-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/events-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/extendable-event-async-waituntil.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/extendable-event-waituntil.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fail-on-fetch-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-access-control-login.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-access-control.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-canvas-tainting-double-write-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-canvas-tainting-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-canvas-tainting-tests.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-cors-exposed-header-names-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-cors-xhr-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-csp-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-csp-iframe.html.sub.headers [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-error-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-add-async-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-after-navigation-within-page-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-async-respond-with-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-handled-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-network-error-controllee-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-network-error-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-network-fallback-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-respond-with-argument-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-respond-with-argument-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-respond-with-body-loaded-in-chunk-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-respond-with-custom-response-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-respond-with-partial-stream-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-respond-with-readable-stream-chunk-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-respond-with-readable-stream-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-respond-with-response-body-with-invalid-chunk-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-respond-with-response-body-with-invalid-chunk-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-respond-with-stops-propagation-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-test-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-event-within-sw-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-header-visibility-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-mixed-content-iframe-inscope-to-inscope.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-mixed-content-iframe-inscope-to-outscope.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-mixed-content-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-css-base-url-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-css-base-url-style.css [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-css-base-url-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-css-cross-origin-mime-check-cross.css [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-css-cross-origin-mime-check-cross.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-css-cross-origin-mime-check-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-css-cross-origin-mime-check-same.css [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-css-cross-origin-mime-check-same.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-css-cross-origin-read-contents.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-css-cross-origin-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-fallback-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-fallback-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-html-imports-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-html-imports-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-no-freshness-headers-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-no-freshness-headers-script.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-no-freshness-headers-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-redirect-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-resources-iframe.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-resources-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-xhr-iframe.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-xhr-sync-error-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-xhr-sync-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-xhr-sync-on-worker-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-xhr-sync-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-request-xhr-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-response-taint-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-response-xhr-iframe.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-response-xhr-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-response.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-response.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-rewrite-worker-referrer-policy.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-rewrite-worker-referrer-policy.js.headers [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-rewrite-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-rewrite-worker.js.headers [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-variants-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/fetch-waits-for-activate-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/form-poster.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/frame-for-getregistrations.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/get-resultingClientId-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/http-to-https-redirect-and-register-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/iframe-with-fetch-variants.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/iframe-with-image.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/immutable-prototype-serviceworker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-echo-cookie-worker-module.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-echo-cookie-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-mime-type-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-relative.xsl [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-404-after-update-plus-update-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-404-after-update.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-404.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-cross-origin-worker.sub.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-data-url-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-diff-resource-map-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-echo.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-get.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-mime-types-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-redirect-import.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-redirect-on-second-time-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-redirect-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-resource-map-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-updated-flag-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/import-scripts-version.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/imported-classic-script.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/imported-module-script.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/indexeddb-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/install-event-type-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/install-worker.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/interface-requirements-worker.sub.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/invalid-blobtype-iframe.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/invalid-blobtype-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/invalid-chunked-encoding-with-flush.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/invalid-chunked-encoding.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/invalid-header-iframe.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/invalid-header-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/iso-latin1-header-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/iso-latin1-header-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/load_worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/loaded.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/local-url-inherit-controller-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/local-url-inherit-controller-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/location-setter.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/malformed-http-response.asis [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/malformed-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/message-vs-microtask.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/mime-sniffing-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/mime-type-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/mint-new-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/missing.asis [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/module-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/multipart-image-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/multipart-image-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/multipart-image.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/navigate-window-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/navigation-headers-server.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/navigation-redirect-body-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/navigation-redirect-body.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/navigation-redirect-other-origin.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/navigation-redirect-out-scope.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/navigation-redirect-scope1.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/navigation-redirect-scope2.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/navigation-redirect-to-http-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/navigation-redirect-to-http-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/navigation-timing-worker-extended.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/navigation-timing-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/nested-blob-url-worker-created-from-worker.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/nested-blob-url-workers.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/nested-iframe-parent.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/nested-parent.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/nested-worker-created-from-blob-url-worker.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/nested_load_worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/no-dynamic-import.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/notification_icon.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/object-image-is-not-intercepted-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/object-is-not-intercepted-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/object-navigation-is-not-intercepted-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/onactivate-throw-error-from-nested-event-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/onactivate-throw-error-then-cancel-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/onactivate-throw-error-then-prevent-default-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/onactivate-throw-error-with-empty-onerror-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/onactivate-throw-error-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/onactivate-waituntil-forever.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/onfetch-waituntil-forever.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/oninstall-throw-error-from-nested-event-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/oninstall-throw-error-then-cancel-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/oninstall-throw-error-then-prevent-default-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/oninstall-throw-error-with-empty-onerror-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/oninstall-throw-error-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/oninstall-waituntil-forever.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/oninstall-waituntil-throw-error-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/onparse-infiniteloop-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/opaque-response-being-preloaded-xhr.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/opaque-response-preloaded-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/opaque-response-preloaded-xhr.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/opaque-script-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/opaque-script-large.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/opaque-script-small.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/opaque-script-sw.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/other.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/override_assert_object_equals.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-cookies-3p-credentialless-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-cookies-3p-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-cookies-3p-sw.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-cookies-3p-window.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-cookies-sw.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-service-worker-iframe-claim.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-service-worker-nested-iframe-child.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-service-worker-nested-iframe-parent.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-service-worker-third-party-iframe-getRegistrations.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-service-worker-third-party-iframe-matchAll.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-service-worker-third-party-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-service-worker-third-party-window.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-storage-sw.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/partitioned-utils.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/pass-through-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/pass.txt [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/performance-timeline-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/postmessage-blob-url.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/postmessage-dictionary-transferables-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/postmessage-echo-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/postmessage-fetched-text.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/postmessage-msgport-to-client-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/postmessage-on-load-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/postmessage-to-client-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/postmessage-transferables-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/postmessage-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/range-request-to-different-origins-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/range-request-with-different-cors-modes-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/redirect-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/redirect.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/referer-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/referrer-policy-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/register-closed-window-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/register-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/register-rewrite-worker.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/registration-tests-mime-types.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/registration-tests-scope.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/registration-tests-script-url.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/registration-tests-script.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/registration-tests-security-error.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/registration-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/reject-install-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/reply-to-message.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/request-end-to-end-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/request-headers.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/resource-timing-iframe.sub.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/resource-timing-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/respond-then-throw-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/respond-with-body-accessed-response-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/respond-with-body-accessed-response-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/respond-with-body-accessed-response.jsonp [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/sample-worker-interceptor.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/sample.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/sample.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/sample.txt [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/sandboxed-iframe-fetch-event-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/sandboxed-iframe-fetch-event-iframe.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/sandboxed-iframe-fetch-event-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/sandboxed-iframe-navigator-serviceworker-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/scope1/module-worker-importing-redirect-to-scope2.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/scope1/module-worker-importing-scope2.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/scope1/redirect.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/scope2/import-scripts-echo.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/scope2/imported-module-script.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/scope2/simple.txt [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/scope2/worker_interception_redirect_webworker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/secure-context-service-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/secure-context/sender.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/secure-context/window.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/service-worker-csp-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/service-worker-header.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/service-worker-interception-dynamic-import-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/service-worker-interception-network-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/service-worker-interception-service-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/service-worker-interception-static-import-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/silence.oga [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/simple-intercept-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/simple-intercept-worker.js.headers [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/simple.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/simple.txt [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/skip-waiting-installed-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/skip-waiting-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/square.png [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/square.png.sub.headers [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/stalling-service-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/subdir/blank.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/subdir/import-scripts-echo.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/subdir/simple.txt [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/subdir/worker_interception_redirect_webworker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/success.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/svg-target-reftest-001-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/svg-target-reftest-001.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/svg-target-reftest-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/test-helpers.sub.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/test-request-headers-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/test-request-headers-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/test-request-mode-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/test-request-mode-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/testharness-helpers.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/trickle.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/type-check-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/unregister-controller-page.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/unregister-immediately-helpers.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/unregister-rewrite-worker.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-claim-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-during-installation-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-during-installation-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-fetch-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-max-aged-worker-imported-script.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-max-aged-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-missing-import-scripts-imported-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-missing-import-scripts-main-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-nocookie-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-recovery-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-registration-with-type.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-smaller-body-after-update-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-smaller-body-before-update-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-worker-from-file.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update-worker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update/update-after-oneday.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/update_shell.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/vtt-frame.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/wait-forever-in-install-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/websocket-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/websocket.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/window-opener.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/windowclient-navigate-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/worker-client-id-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/worker-fetching-cross-origin.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/worker-interception-redirect-serviceworker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/worker-interception-redirect-webworker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/worker-load-interceptor.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/worker-testharness.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/worker_interception_redirect_webworker.py [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/xhr-content-length-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/xhr-iframe.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/xhr-response-url-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/xsl-base-url-iframe.xml [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/xsl-base-url-worker.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/resources/xslt-pass.xsl [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/respond-with-body-accessed-response.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/same-site-cookies.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/sandboxed-iframe-fetch-event.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/sandboxed-iframe-navigator-serviceworker.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/secure-context.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/service-worker-csp-connect.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/service-worker-csp-default.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/service-worker-csp-script.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/service-worker-header.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/serviceworker-message-event-historical.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/serviceworkerobject-scripturl.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/skip-waiting-installed.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/skip-waiting-using-registration.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/skip-waiting-without-client.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/skip-waiting-without-using-registration.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/skip-waiting.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/state.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/svg-target-reftest.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/synced-state.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/tentative/static-router/README.md [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/tentative/static-router/resources/direct.txt [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/tentative/static-router/resources/simple-test-for-condition-main-resource.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/tentative/static-router/resources/simple.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/tentative/static-router/resources/static-router-sw.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/tentative/static-router/resources/test-helpers.sub.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/tentative/static-router/static-router-main-resource.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/tentative/static-router/static-router-subresource.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/uncontrolled-page.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/unregister-controller.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/unregister-immediately-before-installed.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/unregister-immediately-during-extendable-events.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/unregister-immediately.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/unregister-then-register-new-script.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/unregister-then-register.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/unregister.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-after-navigation-fetch-event.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-after-navigation-redirect.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-after-oneday.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-bytecheck-cors-import.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-bytecheck.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-import-scripts.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-missing-import-scripts.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-module-request-mode.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-no-cache-request-headers.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-not-allowed.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-on-navigation.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-recovery.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-registration-with-type.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update-result.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/update.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/waiting.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/websocket-in-service-worker.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/websocket.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/webvtt-cross-origin.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/windowclient-navigate.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/worker-client-id.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/worker-in-sandboxed-iframe-by-csp-fetch-event.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/worker-interception-redirect.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/worker-interception.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/xhr-content-length.https.window.js [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/xhr-response-url.https.html [new file with mode: 0644]
test/wpt/tests/service-workers/service-worker/xsl-base-url.https.html [new file with mode: 0644]
test/wpt/tests/storage/META.yml [new file with mode: 0644]
test/wpt/tests/storage/README.md [new file with mode: 0644]
test/wpt/tests/storage/buckets/META.yml [new file with mode: 0644]
test/wpt/tests/storage/buckets/bucket-quota-indexeddb.tentative.https.any.js [new file with mode: 0644]
test/wpt/tests/storage/buckets/bucket-storage-policy.tentative.https.any.js [new file with mode: 0644]
test/wpt/tests/storage/buckets/resources/cached-resource.txt [new file with mode: 0644]
test/wpt/tests/storage/buckets/resources/util.js [new file with mode: 0644]
test/wpt/tests/storage/estimate-indexeddb.https.any.js [new file with mode: 0644]
test/wpt/tests/storage/estimate-parallel.https.any.js [new file with mode: 0644]
test/wpt/tests/storage/estimate-usage-details-caches.https.tentative.any.js [new file with mode: 0644]
test/wpt/tests/storage/estimate-usage-details-indexeddb.https.tentative.any.js [new file with mode: 0644]
test/wpt/tests/storage/estimate-usage-details-service-workers.https.tentative.window.js [new file with mode: 0644]
test/wpt/tests/storage/estimate-usage-details.https.tentative.any.js [new file with mode: 0644]
test/wpt/tests/storage/helpers.js [new file with mode: 0644]
test/wpt/tests/storage/idlharness.https.any.js [new file with mode: 0644]
test/wpt/tests/storage/opaque-origin.https.window.js [new file with mode: 0644]
test/wpt/tests/storage/partitioned-estimate-usage-details-caches.tentative.https.sub.html [new file with mode: 0644]
test/wpt/tests/storage/partitioned-estimate-usage-details-indexeddb.tentative.https.sub.html [new file with mode: 0644]
test/wpt/tests/storage/partitioned-estimate-usage-details-service-workers.tentative.https.sub.html [new file with mode: 0644]
test/wpt/tests/storage/permission-query.https.any.js [new file with mode: 0644]
test/wpt/tests/storage/persist-permission-manual.https.html [new file with mode: 0644]
test/wpt/tests/storage/persisted.https.any.js [new file with mode: 0644]
test/wpt/tests/storage/quotachange-in-detached-iframe.tentative.https.html [new file with mode: 0644]
test/wpt/tests/storage/resources/partitioned-estimate-usage-details-caches-helper-frame.html [new file with mode: 0644]
test/wpt/tests/storage/resources/partitioned-estimate-usage-details-indexeddb-helper-frame.html [new file with mode: 0644]
test/wpt/tests/storage/resources/partitioned-estimate-usage-details-service-workers-helper-frame.html [new file with mode: 0644]
test/wpt/tests/storage/resources/worker.js [new file with mode: 0644]
test/wpt/tests/storage/storagemanager-estimate.https.any.js [new file with mode: 0644]
test/wpt/tests/storage/storagemanager-persist-persisted-match.https.any.js [new file with mode: 0644]
test/wpt/tests/storage/storagemanager-persist.https.window.js [new file with mode: 0644]
test/wpt/tests/storage/storagemanager-persist.https.worker.js [new file with mode: 0644]
test/wpt/tests/storage/storagemanager-persisted.https.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-1000-reason.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-1000-verify-code.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-1000.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-1005-verify-code.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-1005.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-2999-reason.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-3000-reason.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-3000-verify-code.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-4999-reason.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-Reason-124Bytes.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-delayed.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-onlyReason.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-readyState-Closed.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-readyState-Closing.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-reason-unpaired-surrogates.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-server-initiated-close.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Close-undefined.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-asciiSep-protocol-string.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-blocked-port.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-extensions-empty.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-http-urls.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-invalid-urls.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-non-absolute-url.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-nonAscii-protocol-string.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-on-worker-shutdown.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-protocol-with-space.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-protocols-repeated-case-insensitive.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-protocols-repeated.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-url-with-space.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-url-with-windows-1252-encoding.html [new file with mode: 0644]
test/wpt/tests/websockets/Create-valid-url-array-protocols.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-valid-url-binaryType-blob.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-valid-url-protocol-empty.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-valid-url-protocol-setCorrectly.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-valid-url-protocol-string.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-valid-url-protocol.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Create-valid-url.any.js [new file with mode: 0644]
test/wpt/tests/websockets/META.yml [new file with mode: 0644]
test/wpt/tests/websockets/README.md [new file with mode: 0644]
test/wpt/tests/websockets/Send-0byte-data.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-65K-data.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-before-open.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-binary-65K-arraybuffer.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-binary-arraybuffer.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-binary-arraybufferview-float32.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-binary-arraybufferview-float64.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-binary-arraybufferview-int16-offset.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-binary-arraybufferview-int32.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-binary-arraybufferview-int8.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-binary-arraybufferview-uint16-offset-length.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-binary-arraybufferview-uint32-offset.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-binary-arraybufferview-uint8-offset-length.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-binary-arraybufferview-uint8-offset.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-binary-blob.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-data.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-data.worker.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-null.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-paired-surrogates.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-unicode-data.any.js [new file with mode: 0644]
test/wpt/tests/websockets/Send-unpaired-surrogates.any.js [new file with mode: 0644]
test/wpt/tests/websockets/back-forward-cache-with-closed-websocket-connection-ccns.tentative.window.js [new file with mode: 0644]
test/wpt/tests/websockets/back-forward-cache-with-closed-websocket-connection.window.js [new file with mode: 0644]
test/wpt/tests/websockets/back-forward-cache-with-open-websocket-connection-ccns.tentative.window.js [new file with mode: 0644]
test/wpt/tests/websockets/back-forward-cache-with-open-websocket-connection.window.js [new file with mode: 0644]
test/wpt/tests/websockets/basic-auth.any.js [new file with mode: 0644]
test/wpt/tests/websockets/binary/001.html [new file with mode: 0644]
test/wpt/tests/websockets/binary/002.html [new file with mode: 0644]
test/wpt/tests/websockets/binary/004.html [new file with mode: 0644]
test/wpt/tests/websockets/binary/005.html [new file with mode: 0644]
test/wpt/tests/websockets/binaryType-wrong-value.any.js [new file with mode: 0644]
test/wpt/tests/websockets/bufferedAmount-unchanged-by-sync-xhr.any.js [new file with mode: 0644]
test/wpt/tests/websockets/close-invalid.any.js [new file with mode: 0644]
test/wpt/tests/websockets/closing-handshake/002.html [new file with mode: 0644]
test/wpt/tests/websockets/closing-handshake/003.html [new file with mode: 0644]
test/wpt/tests/websockets/closing-handshake/004.html [new file with mode: 0644]
test/wpt/tests/websockets/constants.sub.js [new file with mode: 0644]
test/wpt/tests/websockets/constructor.any.js [new file with mode: 0644]
test/wpt/tests/websockets/constructor/001.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/004.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/005.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/006.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/007.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/008.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/009.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/010.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/011.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/012.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/013.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/014.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/016.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/017.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/018.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/019.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/020.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/021.html [new file with mode: 0644]
test/wpt/tests/websockets/constructor/022.html [new file with mode: 0644]
test/wpt/tests/websockets/cookies/001.html [new file with mode: 0644]
test/wpt/tests/websockets/cookies/002.html [new file with mode: 0644]
test/wpt/tests/websockets/cookies/003.html [new file with mode: 0644]
test/wpt/tests/websockets/cookies/004.html [new file with mode: 0644]
test/wpt/tests/websockets/cookies/005.html [new file with mode: 0644]
test/wpt/tests/websockets/cookies/006.html [new file with mode: 0644]
test/wpt/tests/websockets/cookies/007.html [new file with mode: 0644]
test/wpt/tests/websockets/cookies/support/set-cookie.py [new file with mode: 0644]
test/wpt/tests/websockets/cookies/support/websocket-cookies-helper.sub.js [new file with mode: 0644]
test/wpt/tests/websockets/cookies/third-party-cookie-accepted.https.html [new file with mode: 0644]
test/wpt/tests/websockets/eventhandlers.any.js [new file with mode: 0644]
test/wpt/tests/websockets/extended-payload-length.html [new file with mode: 0644]
test/wpt/tests/websockets/handlers/basic_auth_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/delayed-passive-close_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/echo-cookie_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/echo-query_v13_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/echo-query_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/echo_close_data_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/echo_exit_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/echo_raw_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/echo_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/empty-message_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/handshake_no_extensions_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/handshake_no_protocol_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/handshake_protocol_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/handshake_sleep_2_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/invalid_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/msg_channel_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/origin_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/protocol_array_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/protocol_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/receive-backpressure_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/receive-many-with-backpressure_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/referrer_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/send-backpressure_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/set-cookie-secure_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/set-cookie_http_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/set-cookie_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/set-cookies-samesite_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/simple_handshake_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/sleep_10_v13_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/stash_responder_blocking_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/stash_responder_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/handlers/wrong_accept_key_wsh.py [new file with mode: 0644]
test/wpt/tests/websockets/idlharness.any.js [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/CloseEvent/clean-close.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/CloseEvent/constructor.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/CloseEvent/historical.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-arraybuffer.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-blob.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-defineProperty-getter.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-defineProperty-setter.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-deleting.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-getting.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-initial.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-large.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-readonly.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-unicode.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/close/close-basic.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/close/close-connecting.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/close/close-multiple.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/close/close-nested.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/close/close-replace.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/close/close-return.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/constants/001.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/constants/002.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/constants/003.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/constants/004.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/constants/005.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/constants/006.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/001.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/002.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/003.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/004.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/006.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/007.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/008.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/009.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/010.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/011.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/012.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/013.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/014.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/015.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/016.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/017.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/018.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/019.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/events/020.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/extensions/001.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/protocol/protocol-initial.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/readyState/001.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/readyState/002.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/readyState/003.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/readyState/004.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/readyState/005.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/readyState/006.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/readyState/007.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/readyState/008.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/send/001.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/send/002.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/send/003.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/send/004.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/send/005.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/send/006.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/send/007.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/send/008.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/send/009.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/send/010.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/send/011.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/send/012.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/url/001.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/url/002.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/url/003.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/url/004.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/url/005.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/url/006.html [new file with mode: 0644]
test/wpt/tests/websockets/interfaces/WebSocket/url/resolve.html [new file with mode: 0644]
test/wpt/tests/websockets/keeping-connection-open/001.html [new file with mode: 0644]
test/wpt/tests/websockets/mixed-content.https.any.js [new file with mode: 0644]
test/wpt/tests/websockets/multi-globals/message-received.html [new file with mode: 0644]
test/wpt/tests/websockets/multi-globals/support/incumbent.sub.html [new file with mode: 0644]
test/wpt/tests/websockets/multi-globals/support/relevant.html [new file with mode: 0644]
test/wpt/tests/websockets/multi-globals/url-parsing/current/current.html [new file with mode: 0644]
test/wpt/tests/websockets/multi-globals/url-parsing/incumbent/incumbent.html [new file with mode: 0644]
test/wpt/tests/websockets/multi-globals/url-parsing/url-parsing.html [new file with mode: 0644]
test/wpt/tests/websockets/opening-handshake/001.html [new file with mode: 0644]
test/wpt/tests/websockets/opening-handshake/002.html [new file with mode: 0644]
test/wpt/tests/websockets/opening-handshake/003-sets-origin.worker.js [new file with mode: 0644]
test/wpt/tests/websockets/opening-handshake/003.html [new file with mode: 0644]
test/wpt/tests/websockets/opening-handshake/005.html [new file with mode: 0644]
test/wpt/tests/websockets/referrer.any.js [new file with mode: 0644]
test/wpt/tests/websockets/remove-own-iframe-during-onerror.window.js [new file with mode: 0644]
test/wpt/tests/websockets/resources/websockets-test-helpers.sub.js [new file with mode: 0644]
test/wpt/tests/websockets/security/001.html [new file with mode: 0644]
test/wpt/tests/websockets/security/002.html [new file with mode: 0644]
test/wpt/tests/websockets/security/check.py [new file with mode: 0644]
test/wpt/tests/websockets/send-many-64K-messages-with-backpressure.any.js [new file with mode: 0644]
test/wpt/tests/websockets/stream/tentative/README.md [new file with mode: 0644]
test/wpt/tests/websockets/stream/tentative/abort.any.js [new file with mode: 0644]
test/wpt/tests/websockets/stream/tentative/backpressure-receive.any.js [new file with mode: 0644]
test/wpt/tests/websockets/stream/tentative/backpressure-send.any.js [new file with mode: 0644]
test/wpt/tests/websockets/stream/tentative/close.any.js [new file with mode: 0644]
test/wpt/tests/websockets/stream/tentative/constructor.any.js [new file with mode: 0644]
test/wpt/tests/websockets/stream/tentative/resources/url-constants.js [new file with mode: 0644]
test/wpt/tests/websockets/unload-a-document/001-1.html [new file with mode: 0644]
test/wpt/tests/websockets/unload-a-document/001-2.html [new file with mode: 0644]
test/wpt/tests/websockets/unload-a-document/001.html [new file with mode: 0644]
test/wpt/tests/websockets/unload-a-document/002-1.html [new file with mode: 0644]
test/wpt/tests/websockets/unload-a-document/002-2.html [new file with mode: 0644]
test/wpt/tests/websockets/unload-a-document/002.html [new file with mode: 0644]
test/wpt/tests/websockets/unload-a-document/003.html [new file with mode: 0644]
test/wpt/tests/websockets/unload-a-document/004.html [new file with mode: 0644]
test/wpt/tests/websockets/unload-a-document/005-1.html [new file with mode: 0644]
test/wpt/tests/websockets/unload-a-document/005.html [new file with mode: 0644]
test/wpt/tests/wpt [new file with mode: 0644]
test/wpt/tests/wpt.py [new file with mode: 0644]
test/wpt/tests/xhr/META.yml [new file with mode: 0644]
test/wpt/tests/xhr/README.md [new file with mode: 0644]
test/wpt/tests/xhr/XMLHttpRequest-withCredentials.any.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-after-receive.any.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-after-send.any.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-after-stop.window.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-after-timeout.any.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-during-done.window.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-during-headers-received.window.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-during-loading.window.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-during-open.any.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-during-readystatechange.any.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-during-unsent.any.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-during-upload.any.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-event-abort.any.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-event-listeners.any.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-event-loadend.any.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-event-order.htm [new file with mode: 0644]
test/wpt/tests/xhr/abort-upload-event-abort.any.js [new file with mode: 0644]
test/wpt/tests/xhr/abort-upload-event-loadend.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-and-redirects-async-same-origin.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-and-redirects-async.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-and-redirects.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-allow-access-control-origin-header-data-url.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-allow-access-control-origin-header.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-allow-async.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-allow-non-cors-safelisted-method-async.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-allow-non-cors-safelisted-method.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-allow-preflight-cache-invalidation-by-header.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-allow-preflight-cache-invalidation-by-method.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-allow-preflight-cache-timeout.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-allow-preflight-cache.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-allow-star.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-allow.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-cors-safelisted-request-headers.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-cors-safelisted-response-headers.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-denied.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-get-fail-non-simple.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-non-cors-safelisted-content-type.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-post-success-no-content-type.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-post-with-non-cors-safelisted-content-type.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-basic-preflight-denied.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-expose-headers-on-redirect.html [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-async-header-denied.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-async-method-denied.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-async-not-supported.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-credential-async.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-credential-sync.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-headers-async.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-headers-sync.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-request-allow-headers-returns-star.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-request-header-lowercase.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-request-header-returns-origin.any.js [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-request-header-sorted.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-request-headers-origin.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-request-invalid-status-301.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-request-invalid-status-400.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-request-invalid-status-501.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-request-must-not-contain-cookie.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-sync-header-denied.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-sync-method-denied.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-preflight-sync-not-supported.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-recursive-failed-request.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-response-with-body-sync.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-response-with-body.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-response-with-exposed-headers.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-sandboxed-iframe-allow-origin-null.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-sandboxed-iframe-allow.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-sandboxed-iframe-denied-without-wildcard.htm [new file with mode: 0644]
test/wpt/tests/xhr/access-control-sandboxed-iframe-denied.htm [new file with mode: 0644]
test/wpt/tests/xhr/allow-lists-starting-with-comma.htm [new file with mode: 0644]
test/wpt/tests/xhr/anonymous-mode-unsupported.htm [new file with mode: 0644]
test/wpt/tests/xhr/blob-range.any.js [new file with mode: 0644]
test/wpt/tests/xhr/close-worker-with-xhr-in-progress.html [new file with mode: 0644]
test/wpt/tests/xhr/content-type-unmodified.any.js [new file with mode: 0644]
test/wpt/tests/xhr/cookies.http.html [new file with mode: 0644]
test/wpt/tests/xhr/cors-expose-star.sub.any.js [new file with mode: 0644]
test/wpt/tests/xhr/cors-upload.any.js [new file with mode: 0644]
test/wpt/tests/xhr/data-uri.htm [new file with mode: 0644]
test/wpt/tests/xhr/event-abort.any.js [new file with mode: 0644]
test/wpt/tests/xhr/event-error-order.sub.html [new file with mode: 0644]
test/wpt/tests/xhr/event-error.sub.any.js [new file with mode: 0644]
test/wpt/tests/xhr/event-load.any.js [new file with mode: 0644]
test/wpt/tests/xhr/event-loadend.any.js [new file with mode: 0644]
test/wpt/tests/xhr/event-loadstart-upload.any.js [new file with mode: 0644]
test/wpt/tests/xhr/event-loadstart.any.js [new file with mode: 0644]
test/wpt/tests/xhr/event-progress.any.js [new file with mode: 0644]
test/wpt/tests/xhr/event-readystate-sync-open.any.js [new file with mode: 0644]
test/wpt/tests/xhr/event-readystatechange-loaded.any.js [new file with mode: 0644]
test/wpt/tests/xhr/event-timeout-order.any.js [new file with mode: 0644]
test/wpt/tests/xhr/event-timeout.any.js [new file with mode: 0644]
test/wpt/tests/xhr/event-upload-progress-crossorigin.any.js [new file with mode: 0644]
test/wpt/tests/xhr/event-upload-progress.any.js [new file with mode: 0644]
test/wpt/tests/xhr/firing-events-http-content-length.html [new file with mode: 0644]
test/wpt/tests/xhr/firing-events-http-no-content-length.html [new file with mode: 0644]
test/wpt/tests/xhr/folder.txt [new file with mode: 0644]
test/wpt/tests/xhr/formdata.html [new file with mode: 0644]
test/wpt/tests/xhr/formdata/append-formelement.html [new file with mode: 0644]
test/wpt/tests/xhr/formdata/append.any.js [new file with mode: 0644]
test/wpt/tests/xhr/formdata/constructor-formelement.html [new file with mode: 0644]
test/wpt/tests/xhr/formdata/constructor-submitter.html [new file with mode: 0644]
test/wpt/tests/xhr/formdata/constructor.any.js [new file with mode: 0644]
test/wpt/tests/xhr/formdata/delete-formelement.html [new file with mode: 0644]
test/wpt/tests/xhr/formdata/delete.any.js [new file with mode: 0644]
test/wpt/tests/xhr/formdata/foreach.any.js [new file with mode: 0644]
test/wpt/tests/xhr/formdata/get-formelement.html [new file with mode: 0644]
test/wpt/tests/xhr/formdata/get.any.js [new file with mode: 0644]
test/wpt/tests/xhr/formdata/has-formelement.html [new file with mode: 0644]
test/wpt/tests/xhr/formdata/has.any.js [new file with mode: 0644]
test/wpt/tests/xhr/formdata/iteration.any.js [new file with mode: 0644]
test/wpt/tests/xhr/formdata/set-blob.any.js [new file with mode: 0644]
test/wpt/tests/xhr/formdata/set-formelement.html [new file with mode: 0644]
test/wpt/tests/xhr/formdata/set.any.js [new file with mode: 0644]
test/wpt/tests/xhr/getallresponseheaders-cookies.htm [new file with mode: 0644]
test/wpt/tests/xhr/getallresponseheaders-status.htm [new file with mode: 0644]
test/wpt/tests/xhr/getallresponseheaders.htm [new file with mode: 0644]
test/wpt/tests/xhr/getresponseheader-case-insensitive.htm [new file with mode: 0644]
test/wpt/tests/xhr/getresponseheader-chunked-trailer.htm [new file with mode: 0644]
test/wpt/tests/xhr/getresponseheader-cookies-and-more.htm [new file with mode: 0644]
test/wpt/tests/xhr/getresponseheader-error-state.htm [new file with mode: 0644]
test/wpt/tests/xhr/getresponseheader-server-date.htm [new file with mode: 0644]
test/wpt/tests/xhr/getresponseheader-special-characters.htm [new file with mode: 0644]
test/wpt/tests/xhr/getresponseheader-unsent-opened-state.htm [new file with mode: 0644]
test/wpt/tests/xhr/getresponseheader.any.js [new file with mode: 0644]
test/wpt/tests/xhr/header-user-agent-async.htm [new file with mode: 0644]
test/wpt/tests/xhr/header-user-agent-sync.htm [new file with mode: 0644]
test/wpt/tests/xhr/headers-normalize-response.htm [new file with mode: 0644]
test/wpt/tests/xhr/historical.html [new file with mode: 0644]
test/wpt/tests/xhr/idlharness.any.js [new file with mode: 0644]
test/wpt/tests/xhr/json.any.js [new file with mode: 0644]
test/wpt/tests/xhr/loadstart-and-state.html [new file with mode: 0644]
test/wpt/tests/xhr/open-after-abort.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-after-setrequestheader.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-after-stop.window.js [new file with mode: 0644]
test/wpt/tests/xhr/open-during-abort-event.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-during-abort-processing.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-during-abort.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-method-bogus.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-method-case-insensitive.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-method-case-sensitive.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-method-insecure.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-method-responsetype-set-sync.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-open-send.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-open-sync-send.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-parameters-toString.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-referer.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-send-during-abort.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-send-open.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-sync-open-send.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-about-blank-window.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-base-inserted-after-open.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-base-inserted.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-base.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-encoding.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-fragment.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-javascript-window-2.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-javascript-window.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-multi-window-2.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-multi-window-3.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-multi-window-4.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-multi-window-5.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-multi-window-6.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-multi-window.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-redirected-sharedworker-origin.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-redirected-worker-origin.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-worker-origin.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-url-worker-simple.htm [new file with mode: 0644]
test/wpt/tests/xhr/open-user-password-non-same-origin.htm [new file with mode: 0644]
test/wpt/tests/xhr/over-1-meg.any.js [new file with mode: 0644]
test/wpt/tests/xhr/overridemimetype-blob.html [new file with mode: 0644]
test/wpt/tests/xhr/overridemimetype-done-state.any.js [new file with mode: 0644]
test/wpt/tests/xhr/overridemimetype-edge-cases.window.js [new file with mode: 0644]
test/wpt/tests/xhr/overridemimetype-headers-received-state-force-shiftjis.htm [new file with mode: 0644]
test/wpt/tests/xhr/overridemimetype-invalid-mime-type.htm [new file with mode: 0644]
test/wpt/tests/xhr/overridemimetype-loading-state.htm [new file with mode: 0644]
test/wpt/tests/xhr/overridemimetype-open-state-force-utf-8.htm [new file with mode: 0644]
test/wpt/tests/xhr/overridemimetype-open-state-force-xml.htm [new file with mode: 0644]
test/wpt/tests/xhr/overridemimetype-unsent-state-force-shiftjis.any.js [new file with mode: 0644]
test/wpt/tests/xhr/preserve-ua-header-on-redirect.htm [new file with mode: 0644]
test/wpt/tests/xhr/progress-events-response-data-gzip.htm [new file with mode: 0644]
test/wpt/tests/xhr/progressevent-constructor.html [new file with mode: 0644]
test/wpt/tests/xhr/progressevent-interface.html [new file with mode: 0644]
test/wpt/tests/xhr/request-content-length.any.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/accept-language.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/accept.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-allow-lists.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-allow-with-body.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-auth-basic.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-basic-allow-no-credentials.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-basic-allow-star.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-basic-allow.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-basic-cors-safelisted-request-headers.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-basic-cors-safelisted-response-headers.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-basic-denied.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-basic-options-not-supported.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-basic-preflight-cache-invalidation.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-basic-preflight-cache-timeout.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-basic-preflight-cache.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-basic-put-allow.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-cookie.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-origin-header.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-preflight-denied.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-preflight-request-allow-headers-returns-star.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-preflight-request-header-lowercase.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-preflight-request-header-returns-origin.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-preflight-request-header-sorted.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-preflight-request-headers-origin.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-preflight-request-invalid-status.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-preflight-request-must-not-contain-cookie.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/access-control-sandboxed-iframe.html [new file with mode: 0644]
test/wpt/tests/xhr/resources/auth1/auth.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/auth10/auth.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/auth11/auth.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/auth2/auth.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/auth2/corsenabled.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/auth3/auth.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/auth4/auth.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/auth5/auth.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/auth6/auth.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/auth7/corsenabled.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/auth8/corsenabled-no-authorize.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/auth9/auth.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/authentication.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/bad-chunk-encoding.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/base.xml [new file with mode: 0644]
test/wpt/tests/xhr/resources/chunked.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/conditional.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/content.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/corsenabled.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/delay.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/echo-content-cors.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/echo-content-type.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/echo-headers.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/echo-method.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/empty-div-utf8-html.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/folder.txt [new file with mode: 0644]
test/wpt/tests/xhr/resources/form.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/get-set-cookie.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/gzip.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/header-content-length-twice.asis [new file with mode: 0644]
test/wpt/tests/xhr/resources/header-content-length.asis [new file with mode: 0644]
test/wpt/tests/xhr/resources/header-user-agent.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/headers-basic.asis [new file with mode: 0644]
test/wpt/tests/xhr/resources/headers-double-empty.asis [new file with mode: 0644]
test/wpt/tests/xhr/resources/headers-some-are-empty.asis [new file with mode: 0644]
test/wpt/tests/xhr/resources/headers-www-authenticate.asis [new file with mode: 0644]
test/wpt/tests/xhr/resources/headers.asis [new file with mode: 0644]
test/wpt/tests/xhr/resources/headers.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/image.gif [new file with mode: 0644]
test/wpt/tests/xhr/resources/img-utf8-html.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/img.jpg [new file with mode: 0644]
test/wpt/tests/xhr/resources/infinite-redirects.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/init.htm [new file with mode: 0644]
test/wpt/tests/xhr/resources/inspect-headers.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/invalid-utf8-html.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/last-modified.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/no-custom-header-on-preflight.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/nocors/folder.txt [new file with mode: 0644]
test/wpt/tests/xhr/resources/over-1-meg.txt [new file with mode: 0644]
test/wpt/tests/xhr/resources/parse-headers.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/pass.txt [new file with mode: 0644]
test/wpt/tests/xhr/resources/redirect-cors.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/redirect.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/requri.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/reset-token.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/responseType-document-in-worker.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/responseXML-unavailable-in-worker.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/send-after-setting-document-domain-window-1.htm [new file with mode: 0644]
test/wpt/tests/xhr/resources/send-after-setting-document-domain-window-2.htm [new file with mode: 0644]
test/wpt/tests/xhr/resources/send-after-setting-document-domain-window-helper.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/shift-jis-html.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/status.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/top.txt [new file with mode: 0644]
test/wpt/tests/xhr/resources/trickle.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/upload.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/utf16-bom.json [new file with mode: 0644]
test/wpt/tests/xhr/resources/utf16.txt [new file with mode: 0644]
test/wpt/tests/xhr/resources/well-formed.xml [new file with mode: 0644]
test/wpt/tests/xhr/resources/win-1252-html.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/win-1252-xml.py [new file with mode: 0644]
test/wpt/tests/xhr/resources/workerxhr-origin-referrer.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/workerxhr-simple.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/xmlhttprequest-event-order.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/xmlhttprequest-timeout-aborted.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/xmlhttprequest-timeout-abortedonmain.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/xmlhttprequest-timeout-overrides.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/xmlhttprequest-timeout-overridesexpires.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/xmlhttprequest-timeout-runner.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/xmlhttprequest-timeout-simple.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/xmlhttprequest-timeout-synconmain.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/xmlhttprequest-timeout-synconworker.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/xmlhttprequest-timeout-twice.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/xmlhttprequest-timeout.js [new file with mode: 0644]
test/wpt/tests/xhr/resources/zlib.py [new file with mode: 0644]
test/wpt/tests/xhr/response-body-errors.any.js [new file with mode: 0644]
test/wpt/tests/xhr/response-data-arraybuffer.htm [new file with mode: 0644]
test/wpt/tests/xhr/response-data-blob.htm [new file with mode: 0644]
test/wpt/tests/xhr/response-data-deflate.htm [new file with mode: 0644]
test/wpt/tests/xhr/response-data-gzip.htm [new file with mode: 0644]
test/wpt/tests/xhr/response-data-progress.htm [new file with mode: 0644]
test/wpt/tests/xhr/response-invalid-responsetype.htm [new file with mode: 0644]
test/wpt/tests/xhr/response-json.htm [new file with mode: 0644]
test/wpt/tests/xhr/response-method.htm [new file with mode: 0644]
test/wpt/tests/xhr/responseText-status.html [new file with mode: 0644]
test/wpt/tests/xhr/responseType-document-in-worker.html [new file with mode: 0644]
test/wpt/tests/xhr/responseXML-unavailable-in-worker.html [new file with mode: 0644]
test/wpt/tests/xhr/responsedocument-decoding.htm [new file with mode: 0644]
test/wpt/tests/xhr/responsetext-decoding.htm [new file with mode: 0644]
test/wpt/tests/xhr/responsetype.any.js [new file with mode: 0644]
test/wpt/tests/xhr/responseurl.html [new file with mode: 0644]
test/wpt/tests/xhr/responsexml-basic.htm [new file with mode: 0644]
test/wpt/tests/xhr/responsexml-document-properties.htm [new file with mode: 0644]
test/wpt/tests/xhr/responsexml-get-twice.htm [new file with mode: 0644]
test/wpt/tests/xhr/responsexml-invalid-type.html [new file with mode: 0644]
test/wpt/tests/xhr/responsexml-media-type.htm [new file with mode: 0644]
test/wpt/tests/xhr/responsexml-non-document-types.htm [new file with mode: 0644]
test/wpt/tests/xhr/responsexml-non-well-formed.htm [new file with mode: 0644]
test/wpt/tests/xhr/security-consideration.sub.html [new file with mode: 0644]
test/wpt/tests/xhr/send-accept-language.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-accept.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-after-setting-document-domain.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-authentication-basic-cors-not-enabled.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-authentication-basic-cors.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-authentication-basic-repeat-no-args.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-authentication-basic-setrequestheader-and-arguments.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-authentication-basic-setrequestheader-existing-session.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-authentication-basic-setrequestheader.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-authentication-basic.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-authentication-competing-names-passwords.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-authentication-cors-basic-setrequestheader.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-authentication-cors-setrequestheader-no-cred.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-authentication-existing-session-manual.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-authentication-prompt-2-manual.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-authentication-prompt-manual.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-blob-with-no-mime-type.html [new file with mode: 0644]
test/wpt/tests/xhr/send-conditional-cors.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-conditional.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-content-type-charset.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-content-type-string.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-data-arraybuffer.any.js [new file with mode: 0644]
test/wpt/tests/xhr/send-data-arraybufferview.any.js [new file with mode: 0644]
test/wpt/tests/xhr/send-data-blob.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-data-es-object.any.js [new file with mode: 0644]
test/wpt/tests/xhr/send-data-formdata.any.js [new file with mode: 0644]
test/wpt/tests/xhr/send-data-sharedarraybuffer.any.js [new file with mode: 0644]
test/wpt/tests/xhr/send-data-string-invalid-unicode.any.js [new file with mode: 0644]
test/wpt/tests/xhr/send-data-unexpected-tostring.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-entity-body-basic.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-entity-body-document-bogus.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-entity-body-document.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-entity-body-empty.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-entity-body-get-head-async.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-entity-body-get-head.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-entity-body-none.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-network-error-async-events.sub.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-network-error-sync-events.sub.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-no-response-event-loadend.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-no-response-event-loadstart.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-no-response-event-order.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-non-same-origin.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-receive-utf16.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-redirect-bogus-sync.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-redirect-bogus.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-redirect-infinite-sync.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-redirect-infinite.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-redirect-no-location.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-redirect-post-upload.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-redirect-to-cors.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-redirect-to-non-cors.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-redirect.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-response-event-order.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-response-upload-event-loadend.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-response-upload-event-loadstart.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-response-upload-event-progress.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-send.any.js [new file with mode: 0644]
test/wpt/tests/xhr/send-sync-blocks-async.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-sync-no-response-event-load.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-sync-no-response-event-loadend.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-sync-no-response-event-order.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-sync-response-event-order.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-sync-timeout.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-timeout-events.htm [new file with mode: 0644]
test/wpt/tests/xhr/send-usp.any.js [new file with mode: 0644]
test/wpt/tests/xhr/setrequestheader-after-send.htm [new file with mode: 0644]
test/wpt/tests/xhr/setrequestheader-allow-empty-value.htm [new file with mode: 0644]
test/wpt/tests/xhr/setrequestheader-allow-whitespace-in-value.htm [new file with mode: 0644]
test/wpt/tests/xhr/setrequestheader-before-open.htm [new file with mode: 0644]
test/wpt/tests/xhr/setrequestheader-bogus-name.htm [new file with mode: 0644]
test/wpt/tests/xhr/setrequestheader-bogus-value.htm [new file with mode: 0644]
test/wpt/tests/xhr/setrequestheader-case-insensitive.htm [new file with mode: 0644]
test/wpt/tests/xhr/setrequestheader-combining.window.js [new file with mode: 0644]
test/wpt/tests/xhr/setrequestheader-content-type.htm [new file with mode: 0644]
test/wpt/tests/xhr/setrequestheader-header-allowed.htm [new file with mode: 0644]
test/wpt/tests/xhr/setrequestheader-header-forbidden.htm [new file with mode: 0644]
test/wpt/tests/xhr/setrequestheader-open-setrequestheader.htm [new file with mode: 0644]
test/wpt/tests/xhr/status-async.htm [new file with mode: 0644]
test/wpt/tests/xhr/status-basic.htm [new file with mode: 0644]
test/wpt/tests/xhr/status-error.htm [new file with mode: 0644]
test/wpt/tests/xhr/status.h2.window.js [new file with mode: 0644]
test/wpt/tests/xhr/sync-no-progress.any.js [new file with mode: 0644]
test/wpt/tests/xhr/sync-no-timeout.any.js [new file with mode: 0644]
test/wpt/tests/xhr/sync-xhr-and-window-onload.html [new file with mode: 0644]
test/wpt/tests/xhr/sync-xhr-supported-by-feature-policy.html [new file with mode: 0644]
test/wpt/tests/xhr/template-element.html [new file with mode: 0644]
test/wpt/tests/xhr/thrown-error-in-events.html [new file with mode: 0644]
test/wpt/tests/xhr/timeout-cors-async.htm [new file with mode: 0644]
test/wpt/tests/xhr/timeout-multiple-fetches.html [new file with mode: 0644]
test/wpt/tests/xhr/timeout-sync.htm [new file with mode: 0644]
test/wpt/tests/xhr/xhr-authorization-redirect.any.js [new file with mode: 0644]
test/wpt/tests/xhr/xhr-timeout-longtask.any.js [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-basic.htm [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-eventtarget.htm [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-network-error-sync.htm [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-network-error.htm [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-sync-block-defer-scripts-subframe.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-sync-block-defer-scripts.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-sync-block-scripts.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-sync-default-feature-policy.sub.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-sync-not-hang-scriptloader-subframe.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-sync-not-hang-scriptloader.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-aborted.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-abortedonmain.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-overrides.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-overridesexpires.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-reused.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-simple.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-synconmain.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-twice.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-worker-aborted.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-worker-overrides.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-worker-overridesexpires.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-worker-simple.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-worker-synconworker.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-timeout-worker-twice.html [new file with mode: 0644]
test/wpt/tests/xhr/xmlhttprequest-unsent.htm [new file with mode: 0644]
types/README.md [new file with mode: 0644]
types/agent.d.ts [new file with mode: 0644]
types/api.d.ts [new file with mode: 0644]
types/balanced-pool.d.ts [new file with mode: 0644]
types/cache.d.ts [new file with mode: 0644]
types/client.d.ts [new file with mode: 0644]
types/connector.d.ts [new file with mode: 0644]
types/content-type.d.ts [new file with mode: 0644]
types/cookies.d.ts [new file with mode: 0644]
types/diagnostics-channel.d.ts [new file with mode: 0644]
types/dispatcher.d.ts [new file with mode: 0644]
types/errors.d.ts [new file with mode: 0644]
types/fetch.d.ts [new file with mode: 0644]
types/file.d.ts [new file with mode: 0644]
types/filereader.d.ts [new file with mode: 0644]
types/formdata.d.ts [new file with mode: 0644]
types/global-dispatcher.d.ts [new file with mode: 0644]
types/global-origin.d.ts [new file with mode: 0644]
types/handlers.d.ts [new file with mode: 0644]
types/header.d.ts [new file with mode: 0644]
types/index.d.ts [new file with mode: 0644]
types/interceptors.d.ts [new file with mode: 0644]
types/mock-agent.d.ts [new file with mode: 0644]
types/mock-client.d.ts [new file with mode: 0644]
types/mock-errors.d.ts [new file with mode: 0644]
types/mock-interceptor.d.ts [new file with mode: 0644]
types/mock-pool.d.ts [new file with mode: 0644]
types/patch.d.ts [new file with mode: 0644]
types/pool-stats.d.ts [new file with mode: 0644]
types/pool.d.ts [new file with mode: 0644]
types/proxy-agent.d.ts [new file with mode: 0644]
types/readable.d.ts [new file with mode: 0644]
types/retry-handler.d.ts [new file with mode: 0644]
types/webidl.d.ts [new file with mode: 0644]
types/websocket.d.ts [new file with mode: 0644]