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

Side by Side Diff: LayoutTests/http/tests/security/referrer-policy-conflicting-policies-expected.html

Issue 534233002: Make sure to use the correct referrer policy in the FrameFetchContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698