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

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

Issue 2869423002: PlzNavigate: Do not disclose urls between cross-origin renderers. (Closed)
Patch Set: Created 3 years, 7 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/690946 PlzNavigate: Missing line number in console messages when the 'frame-src' CSP is infringed. 8 # https://crbug.com/690946 PlzNavigate: Missing line number in console messages when the 'frame-src' CSP is infringed.
9 # SourceLocation is not set when the navigation is initiated outside of a script . 9 # SourceLocation is not set when the navigation is initiated outside of a script .
10 crbug.com/690946 http/tests/security/contentSecurityPolicy/frame-src-cross-origi n-load.html [ Failure ] 10 crbug.com/690946 http/tests/security/contentSecurityPolicy/frame-src-cross-origi n-load.html [ Failure ]
11 crbug.com/690946 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ frame-src-cross-origin-load.html [ Failure ] 11 crbug.com/690946 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ frame-src-cross-origin-load.html [ Failure ]
12 12
13 # These tests are flaky. 13 # These tests are flaky.
14 Bug(none) http/tests/security/popup-allowed-by-sandbox-can-navigate.html [ Failu re ] 14 Bug(none) http/tests/security/popup-allowed-by-sandbox-can-navigate.html [ Failu re ]
15 Bug(none) virtual/mojo-loading/http/tests/security/popup-allowed-by-sandbox-can- navigate.html [ Failure ] 15 Bug(none) virtual/mojo-loading/http/tests/security/popup-allowed-by-sandbox-can- navigate.html [ Failure ]
16 16
17 # These tests are correct with PlzNavigate. 17 # These tests are correct with PlzNavigate.
18 # Without PlzNavigate, the line number of the console message is missing. 18 # Without PlzNavigate, the line number of the console message is missing.
19 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.h tml [ Failure ] 19 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.h tml [ Failure ]
20 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s rc-redirect-blocked.html [ Failure ] 20 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s rc-redirect-blocked.html [ Failure ]
21
22 # PlzNavigate: URLs are potentially disclosed across cross-origin renderers
alexmos 2017/05/10 22:33:08 I'd also mention that this is about CSP violations
arthursonzogni 2017/05/11 13:06:24 Done.
23 # Not to disclose |source_location| and/or |blocked url| between cross-origin
alexmos 2017/05/10 22:33:08 nit: s/to disclose/disclosing/
arthursonzogni 2017/05/11 13:06:24 Done.
24 # renderers regresses the quality of error messages.
alexmos 2017/05/10 22:33:08 Just so I understand why the error messages regres
arthursonzogni 2017/05/11 13:06:24 Here are the diff for the 3 tests that have regres
alexmos 2017/05/12 01:37:20 Hmm, this raises an interesting point, and perhaps
arthursonzogni 2017/05/15 12:20:46 Yes, it is because the data URL origin is an uniqu
25 Bug(718942) http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-bl ocked-with-redirect.html [ Failure ]
26 Bug(718942) http/tests/security/contentSecurityPolicy/1.1/form-action-src-redire ct-blocked.html [ Failure ]
27 Bug(718942) http/tests/security/contentSecurityPolicy/frame-src-child-frame-navi gates-to-blocked-origin.html [ Failure ]
28 Bug(718942) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/1.1/f orm-action-src-get-blocked-with-redirect.html [ Failure ]
29 Bug(718942) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/1.1/f orm-action-src-redirect-blocked.html [ Failure ]
30 Bug(718942) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame -src-child-frame-navigates-to-blocked-origin.html [ Failure ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698