chromium/third_party/blink/web_tests/http/tests/security/referrer-policy-conflicting-policies-expected.html

<!DOCTYPE html>
<style>
test {
    content: url("http://127.0.0.1:8080/security/resources/green250x50.png");
}
</style>
<body>
<p>
Checks that an CSS image that was created before a referrer policy was set is
loaded with the correct referrer, in this case, without a referrer.
</p>
<p>
The test passes, if a green rectangle is displayed below.
</p>
<test/>
</body>