| Index: third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block.html b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block.html
|
| index 05f4d1a25900b4a34de5925190939c800f4b935a..89af36e914b013e0589c2cbf00e1fe5eaac2986e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block.html
|
| @@ -59,6 +59,10 @@
|
| assert_true(jsLoaded);
|
| assert_true(loadSuccess);
|
| }, "cross-origin script not blocked since it is cached");
|
| + if (window.internals) {
|
| + header = internals.getResourceHeader(src, 'Intervention', document);
|
| + console.log(src + " Intervention header has value " + header);
|
| + }
|
| </script>
|
| <script>
|
| jsLoaded = false;
|
|
|