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 ] |
(...skipping 11 matching lines...) Expand all Loading... |
22 Bug(718942) http/tests/security/contentSecurityPolicy/1.1/form-action-src-redire
ct-blocked.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 ] | 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 ] | 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 ] | 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 ] | 26 Bug(718942) virtual/off-main-thread-fetch/http/tests/misc/onload-detach-during-c
sp-frame-src-none.html [ Failure ] |
27 | 27 |
28 # PlzNavigate: A few line are missing in InspectorTest.dumpServiceWorkersView() | 28 # PlzNavigate: A few line are missing in InspectorTest.dumpServiceWorkersView() |
29 Bug(725818) http/tests/inspector/service-workers/service-workers-redundant.html
[ Failure ] | 29 Bug(725818) http/tests/inspector/service-workers/service-workers-redundant.html
[ Failure ] |
30 Bug(725818) virtual/off-main-thread-fetch/http/tests/inspector/service-workers/s
ervice-workers-redundant.html [ Failure ] | 30 Bug(725818) virtual/off-main-thread-fetch/http/tests/inspector/service-workers/s
ervice-workers-redundant.html [ Failure ] |
31 | 31 |
32 # PlzNavigate: Navigation requests upgraded via upgrade-insecure-requests will n
ot get reported | |
33 # See https://crbug.com/713388 | |
34 Bug(713388) external/wpt/content-security-policy/securitypolicyviolation/upgrade
-insecure-requests-reporting.https.html [ Timeout ] | |
35 | |
36 # ------------------------------------------------------------ | 32 # ------------------------------------------------------------ |
37 # These tests are correct with PlzNavigate but not without it | 33 # These tests are correct with PlzNavigate but not without it |
38 # ------------------------------------------------------------ | 34 # ------------------------------------------------------------ |
39 # Without PlzNavigate, the line number of the console message is missing when | 35 # Without PlzNavigate, the line number of the console message is missing when |
40 # there is a redirect. | 36 # there is a redirect. |
41 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.h
tml [ Failure ] | 37 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.h
tml [ Failure ] |
42 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s
rc-redirect-blocked.html [ Failure ] | 38 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s
rc-redirect-blocked.html [ Failure ] |
43 # The line number in CSP violation event should be hidden when it comes from a | 39 # The line number in CSP violation event should be hidden when it comes from a |
44 # cross-origin iframe. | 40 # cross-origin iframe. |
45 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-child-frame-naviga
tes-to-blocked-origin.html [ Failure ] | 41 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-child-frame-naviga
tes-to-blocked-origin.html [ Failure ] |
46 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s
rc-child-frame-navigates-to-blocked-origin.html [ Failure ] | 42 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s
rc-child-frame-navigates-to-blocked-origin.html [ Failure ] |
47 | 43 |
OLD | NEW |