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

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 nasko@'s comments. 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 # Ensure same-page back-forward are handled as same-page navigations 8 # Ensure same-page back-forward are handled as same-page navigations
9 # Fixed by https://codereview.chromium.org/2584513003/ 9 # Fixed by https://codereview.chromium.org/2584513003/
10 crbug.com/575210 fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashc hange.html [ Crash Timeout ] 10 crbug.com/575210 fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashc hange.html [ Crash Timeout ]
(...skipping 24 matching lines...) Expand all
35 # checks up out of the renderer. 35 # checks up out of the renderer.
36 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/child-src/frame-r edirect-blocked.html [ Timeout ] 36 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/child-src/frame-r edirect-blocked.html [ Timeout ]
37 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/form-action-src-r edirect-blocked.html [ Failure ] 37 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/form-action-src-r edirect-blocked.html [ Failure ]
38 crbug.com/555418 http/tests/security/contentSecurityPolicy/redirect-does-not-mat ch-paths.html [ Timeout ] 38 crbug.com/555418 http/tests/security/contentSecurityPolicy/redirect-does-not-mat ch-paths.html [ Timeout ]
39 crbug.com/555418 http/tests/security/isolatedWorld/bypass-main-world-csp-iframes .html [ Failure ] 39 crbug.com/555418 http/tests/security/isolatedWorld/bypass-main-world-csp-iframes .html [ Failure ]
40 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/child-src/frame-redirect-blocked.html [ Timeout ] 40 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/child-src/frame-redirect-blocked.html [ Timeout ]
41 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/form-action-src-redirect-blocked.html [ Failure ] 41 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/form-action-src-redirect-blocked.html [ Failure ]
42 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ redirect-does-not-match-paths.html [ Timeout ] 42 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ redirect-does-not-match-paths.html [ Timeout ]
43 crbug.com/555418 virtual/mojo-loading/http/tests/security/isolatedWorld/bypass-m ain-world-csp-iframes.html [ Failure ] 43 crbug.com/555418 virtual/mojo-loading/http/tests/security/isolatedWorld/bypass-m ain-world-csp-iframes.html [ Failure ]
44 44
45 # https://crbug.com/576270: Move mixed-content checks that happen during
46 # navigation to the browser
47 crbug.com/576270 http/tests/security/mixedContent/nonwebby-scheme-in-iframe-allo wed.https.html [ Timeout Failure ]
48 crbug.com/576270 http/tests/security/mixedContent/redirect-http-to-https-iframe- in-main-frame.html [ Failure ]
49 crbug.com/576270 http/tests/security/mixedContent/redirect-https-to-http-iframe- in-main-frame.html [ Failure ]
50 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/nonwebby- scheme-in-iframe-allowed.https.html [ Timeout Failure ]
51 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/redirect- http-to-https-iframe-in-main-frame.html [ Failure ]
52 crbug.com/576270 virtual/mojo-loading/http/tests/security/mixedContent/redirect- https-to-http-iframe-in-main-frame.html [ Failure ]
53
54 # https://crbug.com/638900: Failing due to flipped order of callbacks to 45 # https://crbug.com/638900: Failing due to flipped order of callbacks to
55 # WebFrameClient::didStartProvisionalLoad() and 46 # WebFrameClient::didStartProvisionalLoad() and
56 # WebFrameClient::didFinishDocumentLoad(). 47 # WebFrameClient::didFinishDocumentLoad().
57 crbug.com/638900 http/tests/loading/doc-write-sync-third-party-script-reload.htm l [ Failure ] 48 crbug.com/638900 http/tests/loading/doc-write-sync-third-party-script-reload.htm l [ Failure ]
58 crbug.com/638900 virtual/mojo-loading/http/tests/loading/doc-write-sync-third-pa rty-script-reload.html [ Failure ] 49 crbug.com/638900 virtual/mojo-loading/http/tests/loading/doc-write-sync-third-pa rty-script-reload.html [ Failure ]
59 50
60 # https://crbug.com/640631: Failing due to difference in WebFrameClient 51 # https://crbug.com/640631: Failing due to difference in WebFrameClient
61 # callback sequence on renderer-initiated failed navigations. 52 # callback sequence on renderer-initiated failed navigations.
62 crbug.com/640631 http/tests/loading/bad-scheme-subframe.html [ Timeout Failure ] 53 crbug.com/640631 http/tests/loading/bad-scheme-subframe.html [ Timeout Failure ]
63 crbug.com/640631 http/tests/loading/bad-server-subframe.html [ Failure ] 54 crbug.com/640631 http/tests/loading/bad-server-subframe.html [ Failure ]
(...skipping 19 matching lines...) Expand all
83 crbug.com/689153 http/tests/navigation/response204.html [ Timeout ] 74 crbug.com/689153 http/tests/navigation/response204.html [ Timeout ]
84 crbug.com/689153 virtual/stable/http/tests/navigation/response204.html [ Timeout ] 75 crbug.com/689153 virtual/stable/http/tests/navigation/response204.html [ Timeout ]
85 crbug.com/689153 virtual/mojo-loading/http/tests/navigation/response204.html [ T imeout ] 76 crbug.com/689153 virtual/mojo-loading/http/tests/navigation/response204.html [ T imeout ]
86 77
87 # This test seems to be partially failing without PlzNavigate as well. 78 # This test seems to be partially failing without PlzNavigate as well.
88 79
89 # These tests are flaky. 80 # These tests are flaky.
90 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ] 81 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ]
91 Bug(none) external/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ] 82 Bug(none) external/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ]
92 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ] 83 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