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 # Not disclosing |source_location| and/or |blocked url| between cross-origin |
18 # Without PlzNavigate, the line number of the console message is missing. | 18 # renderers when a CSP policy is violated regresses the quality of console |
| 19 # error messages. |
| 20 Bug(718942) http/tests/misc/onload-detach-during-csp-frame-src-none.html [ Failu
re ] |
| 21 Bug(718942) http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-bl
ocked-with-redirect.html [ Failure ] |
| 22 Bug(718942) http/tests/security/contentSecurityPolicy/1.1/form-action-src-redire
ct-blocked.html [ Failure ] |
| 23 Bug(718942) virtual/mojo-loading/http/tests/misc/onload-detach-during-csp-frame-
src-none.html [ Failure ] |
| 24 Bug(718942) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/1.1/f
orm-action-src-get-blocked-with-redirect.html [ Failure ] |
| 25 Bug(718942) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/1.1/f
orm-action-src-redirect-blocked.html [ Failure ] |
| 26 Bug(718942) virtual/off-main-thread-fetch/http/tests/misc/onload-detach-during-c
sp-frame-src-none.html [ Failure ] |
| 27 |
| 28 |
| 29 # ------------------------------------------------------------ |
| 30 # These tests are correct with PlzNavigate but not without it |
| 31 # ------------------------------------------------------------ |
| 32 # Without PlzNavigate, the line number of the console message is missing when |
| 33 # there is a redirect. |
19 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.h
tml [ Failure ] | 34 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 ] | 35 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s
rc-redirect-blocked.html [ Failure ] |
| 36 # The line number in CSP violation event should be hidden when it comes from a |
| 37 # cross-origin iframe. |
| 38 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-child-frame-naviga
tes-to-blocked-origin.html [ Failure ] |
| 39 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s
rc-child-frame-navigates-to-blocked-origin.html [ Failure ] |
| 40 |
OLD | NEW |