mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01:00
510 B
510 B
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
.