mirror of
https://github.com/servo/servo.git
synced 2025-07-10 08:53:41 +01:00
.. | ||
resources | ||
scope | ||
subresource | ||
tools | ||
README.md |
This directory contains the common infrastructure for the following tests.
- referrer-policy/
- mixed-content/
- upgrade-insecure-requests/
Subdirectories:
subresource
: Serves subresources, with support for redirects, stash, etc. The subresource paths are managed bysubresourceMap
and fetched inrequestVia*()
functions inresources/common.js
.scope
: Serves nested contexts, such as iframe documents or workers. Used frominvokeFrom*()
functions inresources/common.js
.