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

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