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

Side by Side 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 unified diff | Download patch
OLDNEW
1 main frame - didStartProvisionalLoadForFrame 1 main frame - didStartProvisionalLoadForFrame
2 main frame - didCommitLoadForFrame 2 main frame - didCommitLoadForFrame
3 frame "f1" - didStartProvisionalLoadForFrame
4 frame "f1" - didCommitLoadForFrame
5 frame "f1" - didFinishDocumentLoadForFrame
6 frame "f1" - didHandleOnloadEventsForFrame
7 frame "f1" - didFinishLoadForFrame
8 main frame - didFinishDocumentLoadForFrame 3 main frame - didFinishDocumentLoadForFrame
9 main frame - didHandleOnloadEventsForFrame 4 main frame - didHandleOnloadEventsForFrame
10 main frame - didFinishLoadForFrame 5 main frame - didFinishLoadForFrame
11 This is a test of load callbacks. It is only useful inside the regression test t ool. 6 This is a testharness.js-based test.
7 PASS Blocking of scripts doesn't come into effect since feature is disabled
8 PASS Same domain doc.written scripts are not blocked
9 PASS cross-origin script not blocked since it is cached
10 PASS cross origin doc.written scripts are blocked
11 Harness: the test ran to completion.
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698