Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / referrer-policy-attribute-img-origin-when-crossorigin.html
blobeba747742011dffaa7f882ffb2bf46f8a2b5b0b9
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <body>
6 <img src="http://localhost:8000/security/resources/green-if-referrer-is-origin.php"
7 referrerpolicy="origin-when-crossorigin" />
8 <img src="resources/green-if-referrer-is-full-url-origin-when-crossorigin.php"
9 referrerpolicy="origin-when-crossorigin" />
10 </body>
11 </html