Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Side by Side Diff: LayoutTests/http/tests/security/referrer-policy-attribute-img-picture.html

Issue 1291613010: Implement referrerpolicy attribute for img elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: yoav comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <picture>
5 <source srcset="resources/abe.png" media="(false)">
6 <img src="resources/green-if-no-referrer.php"
7 referrerpolicy="no-referrer" />
Yoav Weiss 2015/08/18 21:09:21 Can you add another such image here where the medi
estark 2015/08/19 02:53:22 Done.
8 </picture>
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698