| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/child-src/child-src-blocked.sub.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/child-src/child-src-blocked.sub.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/child-src/child-src-blocked.sub.html
|
| index e32cc0af05eb4ded7193ff0cabb2d64dfbef5280..3d14da43e00d7fac458adc7bad465287fcbff5a6 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/child-src/child-src-blocked.sub.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/child-src/child-src-blocked.sub.html
|
| @@ -53,9 +53,9 @@ child-src 'none'; script-src 'self' 'unsafe-inline'; connect-src 'self';
|
| </head>
|
|
|
| <body>
|
| - <iframe src="/content-security-policy/blink-contrib/resources/postmessage-fail.html" onload="loadEvent()" onerror="log('FAIL')"></iframe>
|
| + <iframe src="/content-security-policy/support/postmessage-fail.html" onload="loadEvent()" onerror="log('FAIL')"></iframe>
|
| <div id="log"></div>
|
| - <script async defer src="../support/checkReport.sub.js?reportExists=true&reportField=violated-directive&reportValue=child-src%20'none'"></script>
|
| + <script async defer src="../support/checkReport.sub.js?reportExists=true&reportField=violated-directive&reportValue=frame-src%20'none'"></script>
|
| </body>
|
|
|
| </html>
|
|
|