| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/child-src/child-src-allowed.sub.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/child-src/child-src-allowed.sub.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/child-src/child-src-allowed.sub.html
|
| index 12a075adb653e804126910e81aa0ac9e1dc6d7f0..6fee98883da00ae8dd71c60b196a58a83ef02fd3 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/child-src/child-src-allowed.sub.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/child-src/child-src-allowed.sub.html
|
| @@ -55,7 +55,7 @@ Content-Security-Policy: child-src 'self'; script-src 'self' 'unsafe-inline'; co
|
| </head>
|
|
|
| <body>
|
| - <iframe src="/content-security-policy/blink-contrib/resources/postmessage-pass.html" onload="loadEvent()"></iframe>
|
| + <iframe src="/content-security-policy/support/postmessage-pass.html" onload="loadEvent()"></iframe>
|
| <div id="log"></div>
|
| <script async defer src="../support/checkReport.sub.js?reportExists=false"></script>
|
| </body>
|
|
|