diff options
Diffstat (limited to 'testing/web-platform/tests/referrer-policy/README.md')
-rw-r--r-- | testing/web-platform/tests/referrer-policy/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/referrer-policy/README.md b/testing/web-platform/tests/referrer-policy/README.md new file mode 100644 index 0000000000..4d6eda9725 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/README.md @@ -0,0 +1,6 @@ +# Referrer Policy Test Suite + +The Referrer-Policy tests are designed for testing browser implementations and conformance to the [W3 Referrer-Policy Specification](http://w3c.github.io/webappsec/specs/referrer-policy/). + +The subdirectory `gen/` is generated using the generator at `common/security-features`. +See [common/security-features/README.md](../common/security-features/README.md) for how to generate tests. |