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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/referrer-from-document-on-preload-expected.html

Issue 1913983002: Use document referrer policy when preloading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add test expectation Created 4 years, 8 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: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/referrer-from-document-on-preload-expected.html
diff --git a/chrome/test/data/extensions/platform_apps/leave_fullscreen/main.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/referrer-from-document-on-preload-expected.html
similarity index 53%
copy from chrome/test/data/extensions/platform_apps/leave_fullscreen/main.html
copy to third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/referrer-from-document-on-preload-expected.html
index 831d97e24de6cb43730d9599d9c3fb347a3cd00c..d2fd832fb418639d9e7670cc3bffc76fd4a4bb3f 100644
--- a/chrome/test/data/extensions/platform_apps/leave_fullscreen/main.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/referrer-from-document-on-preload-expected.html
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <title>fullscreen</title>
</head>
<body>
- foobar
+ <img src="/security/resources/green250x50.png" />
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698