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

Unified Diff: LayoutTests/http/tests/security/referrer-policy-attribute-img-removeattr-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-removeattr-expected.html
diff --git a/LayoutTests/fast/forms/background-repeat-no-repeat-expected.html b/LayoutTests/http/tests/security/referrer-policy-attribute-img-removeattr-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-removeattr-expected.html
index dc0e4f6fcba2ba3941e9931844aaac7736f84cda..fbd3f05efc439d9295cc732fd7401a65c1a31d81 100644
--- a/LayoutTests/fast/forms/background-repeat-no-repeat-expected.html
+++ b/LayoutTests/http/tests/security/referrer-policy-attribute-img-removeattr-expected.html
@@ -3,6 +3,6 @@
<head>
</head>
<body>
-<input type="button" value="Example" />
+ <img src="resources/red200x100.png" />
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698