Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt

Issue 1849223002: Blocking synchronous and third party doc.written scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved conflicts with latest Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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/empty-subframe-expected.txt b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt
similarity index 39%
copy from third_party/WebKit/LayoutTests/http/tests/loading/empty-subframe-expected.txt
copy to third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt
index db76e6f728f0ad599a2c88826f0fea4dd459a4fe..7732f3dee68eb46501aa6d67ecec65a7d29db3ed 100644
--- a/third_party/WebKit/LayoutTests/http/tests/loading/empty-subframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/loading/doc-write-sync-third-party-script-block-expected.txt
@@ -1,12 +1,12 @@
main frame - didStartProvisionalLoadForFrame
main frame - didCommitLoadForFrame
-frame "f1" - didStartProvisionalLoadForFrame
-frame "f1" - didCommitLoadForFrame
-frame "f1" - didFinishDocumentLoadForFrame
-frame "f1" - didHandleOnloadEventsForFrame
-frame "f1" - didFinishLoadForFrame
main frame - didFinishDocumentLoadForFrame
main frame - didHandleOnloadEventsForFrame
main frame - didFinishLoadForFrame
-This is a test of load callbacks. It is only useful inside the regression test tool.
+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.

Powered by Google App Engine
This is Rietveld 408576698