 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| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 test { | |
| 4 content: url("http://127.0.0.1:8080/security/resources/green250x50.png"); | |
| 5 } | |
| 6 </style> | |
| 7 <body> | |
| 8 <p> | |
| 9 Checks that an CSS image that was created before a referrer policy was set is | |
| 10 loaded with the correct referrer, in this case, without a referrer. | |
| 11 </p> | |
| 12 <p> | |
| 13 The test passes, if a green rectangle is displayed below. | |
| 14 </p> | |
| 15 <test/> | |
| 16 </body> | |
| OLD | NEW |