| 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>
|
|
|