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

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

Issue 2612793002: Implement ContentSecurityPolicy on the browser-side. (Closed)
Patch Set: Add the TODO and bug ids that was forgotten. 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
« no previous file with comments | « content/test/BUILD.gn ('k') | third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3
4 # https://crbug.com/551000: PlzNavigate: DevTools support 4 # https://crbug.com/551000: PlzNavigate: DevTools support
5 crbug.com/551000 http/tests/inspector/network/x-frame-options-deny.html [ Failur e ] 5 crbug.com/551000 http/tests/inspector/network/x-frame-options-deny.html [ Failur e ]
6 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/x-frame-optio ns-deny.html [ Failure ] 6 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/x-frame-optio ns-deny.html [ Failure ]
7 # Console error messages are wrongly ordered. 7 # Console error messages are wrongly ordered.
8 crbug.com/551000 http/tests/inspector/console-resource-errors.html [ Failure ] 8 crbug.com/551000 http/tests/inspector/console-resource-errors.html [ Failure ]
9 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/console-resource-erro rs.html [ Failure ] 9 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/console-resource-erro rs.html [ Failure ]
10 10
11 # Flipped order between diStartProvisionalLoad & willSendRequest 11 # Flipped order between diStartProvisionalLoad & willSendRequest
12 crbug.com/625765 virtual/mojo-loading/http/tests/loading/redirect-methods.html [ Crash Failure ] 12 crbug.com/625765 virtual/mojo-loading/http/tests/loading/redirect-methods.html [ Crash Failure ]
13 crbug.com/625765 http/tests/loading/redirect-methods.html [ Crash Failure ] 13 crbug.com/625765 http/tests/loading/redirect-methods.html [ Crash Failure ]
14 14
15 # https://crbug.com/555418: Move `X-Frame-Options` and CSP's `frame-ancestor` 15 # https://crbug.com/555418: Move `X-Frame-Options` and CSP's `frame-ancestor`
16 # checks up out of the renderer. 16 # checks up out of the renderer.
17 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/child-src/frame-r edirect-blocked.html [ Timeout ]
18 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/form-action-src-r edirect-blocked.html [ Failure ] 17 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/form-action-src-r edirect-blocked.html [ Failure ]
19 crbug.com/555418 http/tests/security/contentSecurityPolicy/redirect-does-not-mat ch-paths.html [ Timeout ] 18 crbug.com/555418 http/tests/security/contentSecurityPolicy/redirect-does-not-mat ch-paths.html [ Timeout ]
20 crbug.com/555418 http/tests/security/isolatedWorld/bypass-main-world-csp-iframes .html [ Failure ] 19 crbug.com/555418 http/tests/security/isolatedWorld/bypass-main-world-csp-iframes .html [ Failure ]
21 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/child-src/frame-redirect-blocked.html [ Timeout ]
22 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/form-action-src-redirect-blocked.html [ Failure ] 20 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/form-action-src-redirect-blocked.html [ Failure ]
23 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ redirect-does-not-match-paths.html [ Timeout ] 21 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ redirect-does-not-match-paths.html [ Timeout ]
24 crbug.com/555418 virtual/mojo-loading/http/tests/security/isolatedWorld/bypass-m ain-world-csp-iframes.html [ Failure ] 22 crbug.com/555418 virtual/mojo-loading/http/tests/security/isolatedWorld/bypass-m ain-world-csp-iframes.html [ Failure ]
25 23
26 # https://crbug.com/638900: Failing due to flipped order of callbacks to 24 # https://crbug.com/638900: Failing due to flipped order of callbacks to
27 # WebFrameClient::didStartProvisionalLoad() and 25 # WebFrameClient::didStartProvisionalLoad() and
28 # WebFrameClient::didFinishDocumentLoad(). 26 # WebFrameClient::didFinishDocumentLoad().
29 crbug.com/638900 http/tests/loading/doc-write-sync-third-party-script-reload.htm l [ Failure ] 27 crbug.com/638900 http/tests/loading/doc-write-sync-third-party-script-reload.htm l [ Failure ]
30 crbug.com/638900 virtual/mojo-loading/http/tests/loading/doc-write-sync-third-pa rty-script-reload.html [ Failure ] 28 crbug.com/638900 virtual/mojo-loading/http/tests/loading/doc-write-sync-third-pa rty-script-reload.html [ Failure ]
31 29
(...skipping 14 matching lines...) Expand all
46 # Missing console error line number. 44 # Missing console error line number.
47 Bug(none) http/tests/security/location-href-clears-username-password.html [ Fail ure ] 45 Bug(none) http/tests/security/location-href-clears-username-password.html [ Fail ure ]
48 Bug(none) virtual/mojo-loading/http/tests/security/location-href-clears-username -password.html [ Failure ] 46 Bug(none) virtual/mojo-loading/http/tests/security/location-href-clears-username -password.html [ Failure ]
49 47
50 # This test seems to be partially failing without PlzNavigate as well. 48 # This test seems to be partially failing without PlzNavigate as well.
51 49
52 # These tests are flaky. 50 # These tests are flaky.
53 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ] 51 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ]
54 Bug(none) external/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ] 52 Bug(none) external/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ]
55 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ] 53 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ]
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698