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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-does-not-affect-child.html

Issue 2472333003: CSP: "local schemes" should inherit policy when embedded. (Closed)
Patch Set: dcheng@ Created 4 years, 1 month 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/object-src-does-not-affect-child.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-does-not-affect-child.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-does-not-affect-child.html
index 02da07a24907e369a7ff217c434c08a6630303fc..3b335b4e24f188350df477223e18d021409f2c98 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-does-not-affect-child.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-does-not-affect-child.html
@@ -10,6 +10,6 @@
inherited by a PluginDocument embedded in an iframe on the
page. This test passes if the plugin logs a message that it loaded.
</p>
- <iframe src="data:application/x-blink-test-plugin,"></iframe>
+ <iframe src="/plugins/resources/mock-plugin.pl"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698