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

Side by Side Diff: third_party/WebKit/LayoutTests/FlagExpectations/enable-browser-side-navigation

Issue 2655463006: PlzNavigate: Enforce 'frame-src' CSP on the browser. (Closed)
Patch Set: Fix tests. Created 3 years, 10 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 # These tests currently fail when run with --enable-browser-side-navigation 1 # These tests currently fail when run with --enable-browser-side-navigation
2 # See https://crbug.com/576261 2 # See https://crbug.com/576261
3 # https://crbug.com/608372: PlzNavigate: support POST navigations 3 # https://crbug.com/608372: PlzNavigate: support POST navigations
4 # Layout test does not end for unknown reasons. 4 # Layout test does not end for unknown reasons.
5 crbug.com/608372 http/tests/history/back-to-post.html [ Timeout ] 5 crbug.com/608372 http/tests/history/back-to-post.html [ Timeout ]
6 crbug.com/608372 virtual/mojo-loading/http/tests/history/back-to-post.html [ Tim eout ] 6 crbug.com/608372 virtual/mojo-loading/http/tests/history/back-to-post.html [ Tim eout ]
7 7
8 # https://crbug.com/551000: PlzNavigate: DevTools support 8 # https://crbug.com/551000: PlzNavigate: DevTools support
9 crbug.com/551000 http/tests/inspector/network/x-frame-options-deny.html [ Failur e ] 9 crbug.com/551000 http/tests/inspector/network/x-frame-options-deny.html [ Failur e ]
10 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/x-frame-optio ns-deny.html [ Failure ] 10 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/x-frame-optio ns-deny.html [ Failure ]
11 # Console error messages are wrongly ordered. 11 # Console error messages are wrongly ordered.
12 crbug.com/551000 http/tests/inspector/console-resource-errors.html [ Failure ] 12 crbug.com/551000 http/tests/inspector/console-resource-errors.html [ Failure ]
13 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/console-resource-erro rs.html [ Failure ] 13 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/console-resource-erro rs.html [ Failure ]
14 # We don't report the right initiator type or line number. 14 # We don't report the right initiator type or line number.
15 crbug.com/551000 http/tests/inspector/network/network-document-initiator.html [ Failure ] 15 crbug.com/551000 http/tests/inspector/network/network-document-initiator.html [ Failure ]
16 crbug.com/551000 http/tests/inspector/network/network-initiator.html [ Failure ] 16 crbug.com/551000 http/tests/inspector/network/network-initiator.html [ Failure ]
17 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/network-docum ent-initiator.html [ Failure ] 17 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/network-docum ent-initiator.html [ Failure ]
18 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/network-initi ator.html [ Failure ] 18 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/network-initi ator.html [ Failure ]
19 19
20 # Forward redirect info to the renderer. Fixed by https://codereview.chromium.o rg/2653953005/. 20 # Forward redirect info to the renderer. Fixed by https://codereview.chromium.o rg/2653953005/.
21 crbug.com/551000 http/tests/inspector/extensions-network-redirect.html [ Timeout ] 21 crbug.com/551000 http/tests/inspector/extensions-network-redirect.html [ Timeout ]
22 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/extensions-network-re direct.html [ Timeout ] 22 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/extensions-network-re direct.html [ Timeout ]
23 # These ones have an additional issue with a flipped order between diStartProvi sionalLoad & willSendRequest 23 # These ones have an additional issue with a flipped order between diStartProvi sionalLoad & willSendRequest
24 crbug.com/625765 virtual/mojo-loading/http/tests/loading/redirect-methods.html [ Crash Failure ] 24 crbug.com/625765 virtual/mojo-loading/http/tests/loading/redirect-methods.html [ Crash Failure ]
25 crbug.com/625765 http/tests/loading/redirect-methods.html [ Crash Failure ] 25 crbug.com/625765 http/tests/loading/redirect-methods.html [ Crash Failure ]
26 26
27 # https://crbug.com/555418: Move `X-Frame-Options` and CSP's `frame-ancestor` 27 # https://crbug.com/685074: PlzNavigate: enforce 'form-action' CSP on the browse r-side
28 # checks up out of the renderer. 28 crbug.com/685074 http/tests/security/contentSecurityPolicy/1.1/form-action-src-r edirect-blocked.html [ Failure ]
29 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/form-action-src-r edirect-blocked.html [ Failure ] 29 crbug.com/685074 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/form-action-src-redirect-blocked.html [ Failure ]
30 crbug.com/555418 http/tests/security/contentSecurityPolicy/redirect-does-not-mat ch-paths.html [ Timeout ]
31 crbug.com/555418 http/tests/security/isolatedWorld/bypass-main-world-csp-iframes .html [ Failure ]
32 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/form-action-src-redirect-blocked.html [ Failure ]
33 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ redirect-does-not-match-paths.html [ Timeout ]
34 crbug.com/555418 virtual/mojo-loading/http/tests/security/isolatedWorld/bypass-m ain-world-csp-iframes.html [ Failure ]
35 30
36 # https://crbug.com/576270: Move mixed-content checks that happen during 31 # https://crbug.com/576270: Move mixed-content checks that happen during
37 # navigation to the browser 32 # navigation to the browser
38 crbug.com/576270 http/tests/security/mixedContent/nonwebby-scheme-in-iframe-allo wed.https.html [ Timeout Failure ] 33 crbug.com/576270 http/tests/security/mixedContent/nonwebby-scheme-in-iframe-allo wed.https.html [ Timeout Failure ]
39 crbug.com/576270 http/tests/security/mixedContent/redirect-http-to-https-iframe- in-main-frame.html [ Failure ] 34 crbug.com/576270 http/tests/security/mixedContent/redirect-http-to-https-iframe- in-main-frame.html [ Failure ]
40 crbug.com/576270 http/tests/security/mixedContent/redirect-https-to-http-iframe- in-main-frame.html [ Failure ] 35 crbug.com/576270 http/tests/security/mixedContent/redirect-https-to-http-iframe- in-main-frame.html [ Failure ]
41 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/nonwebby- scheme-in-iframe-allowed.https.html [ Timeout Failure ] 36 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/nonwebby- scheme-in-iframe-allowed.https.html [ Timeout Failure ]
42 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/redirect- http-to-https-iframe-in-main-frame.html [ Failure ] 37 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/redirect- http-to-https-iframe-in-main-frame.html [ Failure ]
43 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/redirect- https-to-http-iframe-in-main-frame.html [ Failure ] 38 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/redirect- https-to-http-iframe-in-main-frame.html [ Failure ]
44 39
45 # https://crbug.com/638900: Failing due to flipped order of callbacks to 40 # https://crbug.com/638900: Failing due to flipped order of callbacks to
46 # WebFrameClient::didStartProvisionalLoad() and 41 # WebFrameClient::didStartProvisionalLoad() and
47 # WebFrameClient::didFinishDocumentLoad(). 42 # WebFrameClient::didFinishDocumentLoad().
48 crbug.com/638900 http/tests/loading/doc-write-sync-third-party-script-reload.htm l [ Failure ] 43 crbug.com/638900 http/tests/loading/doc-write-sync-third-party-script-reload.htm l [ Failure ]
49 crbug.com/638900 virtual/mojo-loading/http/tests/loading/doc-write-sync-third-pa rty-script-reload.html [ Failure ] 44 crbug.com/638900 virtual/mojo-loading/http/tests/loading/doc-write-sync-third-pa rty-script-reload.html [ Failure ]
50 45
46 # https://crbug.com/690946 PlzNavigate: Missing line number in console messages when the 'frame-src' CSP is infringed.
47 crbug.com/690946 http/tests/security/contentSecurityPolicy/1.1/child-src/frame-b locked.html [ Failure ]
48 crbug.com/690946 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/child-src/frame-blocked.html [ Failure ]
49
51 # https://crbug.com/647698: Failing due to absence of call to 50 # https://crbug.com/647698: Failing due to absence of call to
52 # WebFrameClient::didReceiveServerRedirectForProvisionalLoad. 51 # WebFrameClient::didReceiveServerRedirectForProvisionalLoad.
53 crbug.com/647698 http/tests/loading/307-after-303-after-post.html [ Failure ] 52 crbug.com/647698 http/tests/loading/307-after-303-after-post.html [ Failure ]
54 crbug.com/647698 virtual/mojo-loading/http/tests/loading/307-after-303-after-pos t.html [ Failure ] 53 crbug.com/647698 virtual/mojo-loading/http/tests/loading/307-after-303-after-pos t.html [ Failure ]
55 54
56 # https://crbug.com/673742 Calling document.open should cancel a load 55 # https://crbug.com/673742 Calling document.open should cancel a load
57 crbug.com/673742 fast/dom/Document/open-with-pending-load.html [ Failure ] 56 crbug.com/673742 fast/dom/Document/open-with-pending-load.html [ Failure ]
58 57
59 # Issue with ServiceWorker timing. 58 # Issue with ServiceWorker timing.
60 Bug(none) external/wpt/service-workers/service-worker/navigate-window.https.html [ Failure ] 59 Bug(none) external/wpt/service-workers/service-worker/navigate-window.https.html [ Failure ]
(...skipping 16 matching lines...) Expand all
77 # New untriaged. 76 # New untriaged.
78 Bug(none) http/tests/navigation/back-to-dynamic-iframe.html [ Failure ] 77 Bug(none) http/tests/navigation/back-to-dynamic-iframe.html [ Failure ]
79 Bug(none) virtual/mojo-loading/http/tests/navigation/back-to-dynamic-iframe.html [ Failure ] 78 Bug(none) virtual/mojo-loading/http/tests/navigation/back-to-dynamic-iframe.html [ Failure ]
80 79
81 # This test seems to be partially failing without PlzNavigate as well. 80 # This test seems to be partially failing without PlzNavigate as well.
82 81
83 # These tests are flaky. 82 # These tests are flaky.
84 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ] 83 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ]
85 Bug(none) external/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ] 84 Bug(none) external/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ]
86 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ] 85 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698