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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/referrer-policy-attribute-import-no-referrer.html

Issue 2495313002: Add referrerpolicy to style and import (Closed)
Patch Set: Fixed import tests Created 3 years, 11 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 <meta name="referrer" content="origin">
4 <link rel=import href="resources/pass-if-no-referrer.php"
5 referrerpolicy="no-referrer" onload="console.log('PASS');"
6 onerror="console.log('FAIL');">
7 <script>
8 if (testRunner)
9 testRunner.dumpAsText();
10 </script>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698