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

Side by Side Diff: LayoutTests/http/tests/security/mixedContent/resources/fetch-insecure-css-resources.css

Issue 314893003: Set referrer for CSS resources (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 @font-face {
2 font-family: ahem;
3 src: url(http://127.0.0.1:8080/css/resources/cors-ahem.php);
4 }
5
6 html {
7 font-family: ahem;
8 background-image: url(http://127.0.0.1:8080/resources/square20.png);
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698