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

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: Address jam@ comments; many minor code and comment updates. 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/submit-to-url-fragment.html [ Failure ] 4 crbug.com/608372 fast/forms/submit-to-url-fragment.html [ Failure ]
5 crbug.com/608372 fast/forms/xss-auditor-doesnt-crash-on-post-submit.html [ Timeo ut ] 5 crbug.com/608372 fast/forms/xss-auditor-doesnt-crash-on-post-submit.html [ Timeo ut ]
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 http/tests/navigation/post-goback-same-url.html [ Failure ] 7 crbug.com/608372 http/tests/navigation/post-goback-same-url.html [ Failure ]
8 crbug.com/608372 virtual/stable/http/tests/navigation/post-goback-same-url.html [ Failure ] 8 crbug.com/608372 virtual/stable/http/tests/navigation/post-goback-same-url.html [ Failure ]
9 crbug.com/608372 virtual/mojo-loading/http/tests/history/back-to-post.html [ Tim eout ] 9 crbug.com/608372 virtual/mojo-loading/http/tests/history/back-to-post.html [ Tim eout ]
10 crbug.com/608372 virtual/mojo-loading/http/tests/navigation/post-goback-same-url .html [ Failure ] 10 crbug.com/608372 virtual/mojo-loading/http/tests/navigation/post-goback-same-url .html [ Failure ]
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 # checks up out of the renderer. 75 # checks up out of the renderer.
76 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/child-src/frame-r edirect-blocked.html [ Timeout ] 76 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/child-src/frame-r edirect-blocked.html [ Timeout ]
77 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/form-action-src-r edirect-blocked.html [ Failure ] 77 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/form-action-src-r edirect-blocked.html [ Failure ]
78 crbug.com/555418 http/tests/security/contentSecurityPolicy/redirect-does-not-mat ch-paths.html [ Timeout ] 78 crbug.com/555418 http/tests/security/contentSecurityPolicy/redirect-does-not-mat ch-paths.html [ Timeout ]
79 crbug.com/555418 http/tests/security/isolatedWorld/bypass-main-world-csp-iframes .html [ Failure ] 79 crbug.com/555418 http/tests/security/isolatedWorld/bypass-main-world-csp-iframes .html [ Failure ]
80 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/child-src/frame-redirect-blocked.html [ Timeout ] 80 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/child-src/frame-redirect-blocked.html [ Timeout ]
81 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/form-action-src-redirect-blocked.html [ Failure ] 81 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/form-action-src-redirect-blocked.html [ Failure ]
82 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ redirect-does-not-match-paths.html [ Timeout ] 82 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ redirect-does-not-match-paths.html [ Timeout ]
83 crbug.com/555418 virtual/mojo-loading/http/tests/security/isolatedWorld/bypass-m ain-world-csp-iframes.html [ Failure ] 83 crbug.com/555418 virtual/mojo-loading/http/tests/security/isolatedWorld/bypass-m ain-world-csp-iframes.html [ Failure ]
84 84
85 # https://crbug.com/576270: Move mixed-content checks that happen during
86 # navigation to the browser
87 crbug.com/576270 http/tests/security/mixedContent/nonwebby-scheme-in-iframe-allo wed.https.html [ Timeout Failure ]
88 crbug.com/576270 http/tests/security/mixedContent/redirect-http-to-https-iframe- in-main-frame.html [ Failure ]
89 crbug.com/576270 http/tests/security/mixedContent/redirect-https-to-http-iframe- in-main-frame.html [ Failure ]
90 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/nonwebby- scheme-in-iframe-allowed.https.html [ Timeout Failure ]
91 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/redirect- http-to-https-iframe-in-main-frame.html [ Failure ]
92 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/redirect- https-to-http-iframe-in-main-frame.html [ Failure ]
93
94 # https://crbug.com/638900: Failing due to flipped order of callbacks to 85 # https://crbug.com/638900: Failing due to flipped order of callbacks to
95 # WebFrameClient::didStartProvisionalLoad() and 86 # WebFrameClient::didStartProvisionalLoad() and
96 # WebFrameClient::didFinishDocumentLoad(). 87 # WebFrameClient::didFinishDocumentLoad().
97 crbug.com/638900 fast/loader/subframe-removes-itself.html [ Failure ] 88 crbug.com/638900 fast/loader/subframe-removes-itself.html [ Failure ]
98 crbug.com/638900 http/tests/loading/css-no-cache-revalidation.html [ Failure ] 89 crbug.com/638900 http/tests/loading/css-no-cache-revalidation.html [ Failure ]
99 crbug.com/638900 http/tests/loading/doc-write-sync-third-party-script-reload.htm l [ Failure ] 90 crbug.com/638900 http/tests/loading/doc-write-sync-third-party-script-reload.htm l [ Failure ]
100 crbug.com/638900 http/tests/loading/image-picture-download-after-shrink.html [ F ailure ] 91 crbug.com/638900 http/tests/loading/image-picture-download-after-shrink.html [ F ailure ]
101 crbug.com/638900 http/tests/loading/image-picture-no-download-after-picture-remo val.html [ Failure ] 92 crbug.com/638900 http/tests/loading/image-picture-no-download-after-picture-remo val.html [ Failure ]
102 crbug.com/638900 http/tests/loading/image-picture-no-download-after-removal.html [ Failure ] 93 crbug.com/638900 http/tests/loading/image-picture-no-download-after-removal.html [ Failure ]
103 crbug.com/638900 http/tests/loading/image-picture-no-download-after-source-remov al.html [ Failure ] 94 crbug.com/638900 http/tests/loading/image-picture-no-download-after-source-remov al.html [ Failure ]
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 Bug(none) imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-ob jects-exceptions.html [ Failure ] 151 Bug(none) imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-ob jects-exceptions.html [ Failure ]
161 152
162 # https://crbug.com/673751 Policy delegate is called twice 153 # https://crbug.com/673751 Policy delegate is called twice
163 crbug.com/673751 http/tests/misc/policy-delegate-called-twice.html [ Failure ] 154 crbug.com/673751 http/tests/misc/policy-delegate-called-twice.html [ Failure ]
164 crbug.com/673751 virtual/mojo-loading/http/tests/misc/policy-delegate-called-twi ce.html [ Failure ] 155 crbug.com/673751 virtual/mojo-loading/http/tests/misc/policy-delegate-called-twi ce.html [ Failure ]
165 156
166 # These tests are flaky. 157 # These tests are flaky.
167 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ] 158 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ]
168 Bug(none) imported/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ] 159 Bug(none) imported/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ]
169 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ] 160 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