Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 ] | |
| OLD | NEW |