 Chromium Code Reviews
 Chromium Code Reviews Issue 534233002:
  Make sure to use the correct referrer policy in the FrameFetchContext  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 534233002:
  Make sure to use the correct referrer policy in the FrameFetchContext  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: LayoutTests/http/tests/security/referrer-policy-conflicting-policies.html | 
| diff --git a/LayoutTests/http/tests/security/referrer-policy-conflicting-policies.html b/LayoutTests/http/tests/security/referrer-policy-conflicting-policies.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..380d564e4662f3e6ad3ed66f80d8146390a77c0b | 
| --- /dev/null | 
| +++ b/LayoutTests/http/tests/security/referrer-policy-conflicting-policies.html | 
| @@ -0,0 +1,6 @@ | 
| +<!DOCTYPE html> | 
| +<script> | 
| +if (window.testRunner) | 
| + testRunner.waitUntilDone(); | 
| +document.location = "https://127.0.0.1:8443/security/resources/referrer-policy-conflicting-policies.html"; | 
| 
Mike West
2014/09/03 13:11:07
Optional nit: Rather than hopping to HTTPS here, y
 | 
| +</script> |