| Index: LayoutTests/http/tests/security/referrer-policy-attribute-anchor.html
|
| diff --git a/LayoutTests/http/tests/security/referrer-policy-attribute-anchor.html b/LayoutTests/http/tests/security/referrer-policy-attribute-anchor.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c0806db221dd4057a9af3adf1dd812c0cf69a656
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/security/referrer-policy-attribute-anchor.html
|
| @@ -0,0 +1,14 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <script src="/resources/testharness.js"></script>
|
| + <script src="/resources/testharnessreport.js"></script>
|
| +</head>
|
| +<body>
|
| + <a href="resources/referrer-attr-anchor-target.html"
|
| + referrerpolicy="never" id="click-me">click me</a>
|
| + <script>
|
| + document.getElementById("click-me").click();
|
| + </script>
|
| +</body>
|
| +</html>
|
|
|