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

Unified Diff: LayoutTests/http/tests/security/referrer-policy-attribute-img-origin-expected.html

Issue 1291613010: Implement referrerpolicy attribute for img elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: actually fix webexposed test this time 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/security/referrer-policy-attribute-img-origin-expected.html
diff --git a/LayoutTests/fast/forms/background-repeat-no-repeat-expected.html b/LayoutTests/http/tests/security/referrer-policy-attribute-img-origin-expected.html
similarity index 58%
copy from LayoutTests/fast/forms/background-repeat-no-repeat-expected.html
copy to LayoutTests/http/tests/security/referrer-policy-attribute-img-origin-expected.html
index dc0e4f6fcba2ba3941e9931844aaac7736f84cda..b66d1cb26482c7fb7d8d63e52121678539fab30a 100644
--- a/LayoutTests/fast/forms/background-repeat-no-repeat-expected.html
+++ b/LayoutTests/http/tests/security/referrer-policy-attribute-img-origin-expected.html
@@ -3,6 +3,6 @@
<head>
</head>
<body>
-<input type="button" value="Example" />
+ <img src="resources/green250x50.png" />
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698