| Index: LayoutTests/http/tests/security/referrer-policy-conflicting-policies-expected.html | 
| diff --git a/LayoutTests/http/tests/security/referrer-policy-conflicting-policies-expected.html b/LayoutTests/http/tests/security/referrer-policy-conflicting-policies-expected.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..f834b093ea7795cbe8f83744130df783b0c0d11e | 
| --- /dev/null | 
| +++ b/LayoutTests/http/tests/security/referrer-policy-conflicting-policies-expected.html | 
| @@ -0,0 +1,16 @@ | 
| +<!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> | 
|  |