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

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

Issue 2655463006: PlzNavigate: Enforce 'frame-src' CSP on the browser. (Closed)
Patch Set: Rebase. Created 3 years, 9 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 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 7
8 # https://crbug.com/555418: Move `X-Frame-Options` and CSP's `frame-ancestor` 8 # https://crbug.com/685074: PlzNavigate: enforce 'form-action' CSP on the browse r-side
9 # checks up out of the renderer. 9 crbug.com/685074 http/tests/security/contentSecurityPolicy/1.1/form-action-src-r edirect-blocked.html [ Failure ]
10 crbug.com/555418 http/tests/security/contentSecurityPolicy/1.1/form-action-src-r edirect-blocked.html [ Failure ] 10 crbug.com/685074 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/form-action-src-redirect-blocked.html [ Failure ]
11 crbug.com/555418 http/tests/security/isolatedWorld/bypass-main-world-csp-iframes .html [ Failure ] 11
12 crbug.com/555418 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/form-action-src-redirect-blocked.html [ Failure ] 12 # https://crbug.com/690946 PlzNavigate: Missing line number in console messages when the 'frame-src' CSP is infringed.
13 crbug.com/555418 virtual/mojo-loading/http/tests/security/isolatedWorld/bypass-m ain-world-csp-iframes.html [ Failure ] 13 crbug.com/690946 http/tests/security/contentSecurityPolicy/1.1/child-src/frame-b locked.html [ Failure ]
14 crbug.com/690946 http/tests/security/contentSecurityPolicy/frame-src-blocked.htm l [ Failure ]
15 crbug.com/690946 http/tests/security/contentSecurityPolicy/frame-src-child-frame -navigates-to-blocked-origin.html [ Failure ]
16 crbug.com/690946 http/tests/security/contentSecurityPolicy/frame-src-cross-origi n-load.html [ Failure ]
17 crbug.com/690946 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ 1.1/child-src/frame-blocked.html [ Failure ]
18 crbug.com/690946 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ frame-src-blocked.html [ Failure ]
19 crbug.com/690946 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ frame-src-child-frame-navigates-to-blocked-origin.html [ Failure ]
20 crbug.com/690946 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ frame-src-cross-origin-load.html [ Failure ]
14 21
15 # https://crbug.com/695072: Preserve SourceLocation information. 22 # https://crbug.com/695072: Preserve SourceLocation information.
16 # This results in a missing line number in console error messages. 23 # This results in a missing line number in console error messages.
17 crbug.com/695072 http/tests/security/location-href-clears-username-password.html [ Failure ] 24 crbug.com/695072 http/tests/security/location-href-clears-username-password.html [ Failure ]
18 crbug.com/695072 virtual/mojo-loading/http/tests/security/location-href-clears-u sername-password.html [ Failure ] 25 crbug.com/695072 virtual/mojo-loading/http/tests/security/location-href-clears-u sername-password.html [ Failure ]
19 # The following tests need teh SourceLocation forwarded to the renderer when add ing MixedContents error messages to the console. 26 # The following tests need teh SourceLocation forwarded to the renderer when add ing MixedContents error messages to the console.
20 crbug.com/695072 http/tests/security/mixedContent/insecure-iframe-with-hsts.http s.html [ Failure ] 27 crbug.com/695072 http/tests/security/mixedContent/insecure-iframe-with-hsts.http s.html [ Failure ]
21 crbug.com/695072 virtual/mojo-loading/http/tests/security/mixedContent/insecure- iframe-with-hsts.https.html [ Failure ] 28 crbug.com/695072 virtual/mojo-loading/http/tests/security/mixedContent/insecure- iframe-with-hsts.https.html [ Failure ]
22 29
23 # These tests are flaky. 30 # These tests are flaky.
24 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ] 31 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ]
25 Bug(none) http/tests/security/popup-allowed-by-sandbox-can-navigate.html [ Failu re ] 32 Bug(none) http/tests/security/popup-allowed-by-sandbox-can-navigate.html [ Failu re ]
26 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ] 33 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ]
27 Bug(none) virtual/mojo-loading/http/tests/security/popup-allowed-by-sandbox-can- navigate.html [ Failure ] 34 Bug(none) virtual/mojo-loading/http/tests/security/popup-allowed-by-sandbox-can- navigate.html [ Failure ]
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | third_party/WebKit/Source/core/frame/LocalFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698