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

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

Issue 1905033002: PlzNavigate: Move navigation-level mixed content checks to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-security-message
Patch Set: Now using shared scheme collections from url_util.h. Created 3 years, 11 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 crbug.com/608372 fast/forms/xss-auditor-doesnt-crash-on-post-submit.html [ Timeo ut ] 4 crbug.com/608372 fast/forms/xss-auditor-doesnt-crash-on-post-submit.html [ Timeo ut ]
5 # Layout test does not end for unknown reasons. 5 # Layout test does not end for unknown reasons.
6 crbug.com/608372 http/tests/history/back-to-post.html [ Timeout ] 6 crbug.com/608372 http/tests/history/back-to-post.html [ Timeout ]
7 crbug.com/608372 virtual/mojo-loading/http/tests/history/back-to-post.html [ Tim eout ] 7 crbug.com/608372 virtual/mojo-loading/http/tests/history/back-to-post.html [ Tim eout ]
8 # Layout test ending too soon. 8 # Layout test ending too soon.
9 crbug.com/608372 fast/forms/submit-to-url-fragment.html [ Failure ] 9 crbug.com/608372 fast/forms/submit-to-url-fragment.html [ Failure ]
10 10
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 # checks up out of the renderer. 68 # checks up out of the renderer.
69 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/child-src/frame-r edirect-blocked.html [ Timeout ] 69 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/child-src/frame-r edirect-blocked.html [ Timeout ]
70 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/form-action-src-r edirect-blocked.html [ Failure ] 70 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/form-action-src-r edirect-blocked.html [ Failure ]
71 crbug.com/555418 http/tests/security/contentSecurityPolicy/redirect-does-not-mat ch-paths.html [ Timeout ] 71 crbug.com/555418 http/tests/security/contentSecurityPolicy/redirect-does-not-mat ch-paths.html [ Timeout ]
72 crbug.com/555418 http/tests/security/isolatedWorld/bypass-main-world-csp-iframes .html [ Failure ] 72 crbug.com/555418 http/tests/security/isolatedWorld/bypass-main-world-csp-iframes .html [ Failure ]
73 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/child-src/frame-redirect-blocked.html [ Timeout ] 73 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/child-src/frame-redirect-blocked.html [ Timeout ]
74 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/form-action-src-redirect-blocked.html [ Failure ] 74 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/form-action-src-redirect-blocked.html [ Failure ]
75 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ redirect-does-not-match-paths.html [ Timeout ] 75 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ redirect-does-not-match-paths.html [ Timeout ]
76 crbug.com/555418 virtual/mojo-loading/http/tests/security/isolatedWorld/bypass-m ain-world-csp-iframes.html [ Failure ] 76 crbug.com/555418 virtual/mojo-loading/http/tests/security/isolatedWorld/bypass-m ain-world-csp-iframes.html [ Failure ]
77 77
78 # https://crbug.com/576270: Move mixed-content checks that happen during
79 # navigation to the browser
80 crbug.com/576270 http/tests/security/mixedContent/nonwebby-scheme-in-iframe-allo wed.https.html [ Timeout Failure ]
81 crbug.com/576270 http/tests/security/mixedContent/redirect-http-to-https-iframe- in-main-frame.html [ Failure ]
82 crbug.com/576270 http/tests/security/mixedContent/redirect-https-to-http-iframe- in-main-frame.html [ Failure ]
83 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/nonwebby- scheme-in-iframe-allowed.https.html [ Timeout Failure ]
84 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/redirect- http-to-https-iframe-in-main-frame.html [ Failure ]
85 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/redirect- https-to-http-iframe-in-main-frame.html [ Failure ]
86
87 # https://crbug.com/638900: Failing due to flipped order of callbacks to 78 # https://crbug.com/638900: Failing due to flipped order of callbacks to
88 # WebFrameClient::didStartProvisionalLoad() and 79 # WebFrameClient::didStartProvisionalLoad() and
89 # WebFrameClient::didFinishDocumentLoad(). 80 # WebFrameClient::didFinishDocumentLoad().
90 crbug.com/638900 fast/loader/subframe-removes-itself.html [ Failure ] 81 crbug.com/638900 fast/loader/subframe-removes-itself.html [ Failure ]
91 crbug.com/638900 http/tests/loading/css-no-cache-revalidation.html [ Failure ] 82 crbug.com/638900 http/tests/loading/css-no-cache-revalidation.html [ Failure ]
92 crbug.com/638900 http/tests/loading/doc-write-sync-third-party-script-reload.htm l [ Failure ] 83 crbug.com/638900 http/tests/loading/doc-write-sync-third-party-script-reload.htm l [ Failure ]
93 crbug.com/638900 http/tests/loading/image-picture-download-after-shrink.html [ F ailure ] 84 crbug.com/638900 http/tests/loading/image-picture-download-after-shrink.html [ F ailure ]
94 crbug.com/638900 http/tests/loading/image-picture-no-download-after-picture-remo val.html [ Failure ] 85 crbug.com/638900 http/tests/loading/image-picture-no-download-after-picture-remo val.html [ Failure ]
95 crbug.com/638900 http/tests/loading/image-picture-no-download-after-removal.html [ Failure ] 86 crbug.com/638900 http/tests/loading/image-picture-no-download-after-removal.html [ Failure ]
96 crbug.com/638900 http/tests/loading/image-picture-no-download-after-source-remov al.html [ Failure ] 87 crbug.com/638900 http/tests/loading/image-picture-no-download-after-source-remov al.html [ Failure ]
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 Bug(none) external/wpt/html/browsers/origin/cross-origin-objects/cross-origin-ob jects-exceptions.html [ Failure ] 135 Bug(none) external/wpt/html/browsers/origin/cross-origin-objects/cross-origin-ob jects-exceptions.html [ Failure ]
145 136
146 # https://crbug.com/673751 Policy delegate is called twice 137 # https://crbug.com/673751 Policy delegate is called twice
147 crbug.com/673751 http/tests/misc/policy-delegate-called-twice.html [ Failure ] 138 crbug.com/673751 http/tests/misc/policy-delegate-called-twice.html [ Failure ]
148 crbug.com/673751 virtual/mojo-loading/http/tests/misc/policy-delegate-called-twi ce.html [ Failure ] 139 crbug.com/673751 virtual/mojo-loading/http/tests/misc/policy-delegate-called-twi ce.html [ Failure ]
149 140
150 # These tests are flaky. 141 # These tests are flaky.
151 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ] 142 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ]
152 Bug(none) external/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ] 143 Bug(none) external/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ]
153 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ] 144 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