Index: third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7732f3dee68eb46501aa6d67ecec65a7d29db3ed |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt |
@@ -0,0 +1,12 @@ |
+main frame - didStartProvisionalLoadForFrame |
+main frame - didCommitLoadForFrame |
+main frame - didFinishDocumentLoadForFrame |
+main frame - didHandleOnloadEventsForFrame |
+main frame - didFinishLoadForFrame |
+This is a testharness.js-based test. |
+PASS Blocking of scripts doesn't come into effect since feature is disabled |
+PASS Same domain doc.written scripts are not blocked |
+PASS cross-origin script not blocked since it is cached |
+PASS cross origin doc.written scripts are blocked |
+Harness: the test ran to completion. |
+ |