| 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 a58c5920ecbd0d3cf883928279bded5554fc67c5..7d81ecfb6c10bed39dd002bef8c5fff3cdc2f0a6 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 | 
| @@ -55,6 +55,10 @@ | 
| </script> | 
|  | 
| <script> | 
| +    if (window.testRunner) { | 
| +        testRunner.dumpResourceRequestPriorities(); | 
| +        testRunner.dumpAsText(); | 
| +    } | 
| test(function () { | 
| assert_true(jsLoaded); | 
| assert_true(loadSuccess); | 
| @@ -76,4 +80,9 @@ | 
| assert_false(loadSuccess); | 
| assert_true(loadFailed); | 
| }, "cross origin doc.written scripts are blocked"); | 
| + | 
| +    if (window.testRunner) { | 
| +        testRunner.dumpResourceRequestPriorities(); | 
| +        testRunner.dumpAsText(); | 
| +    } | 
| </script> | 
|  |