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

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

Issue 2924293002: PlzNavigate: Fix wrong SourceLocation. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalFrameClient.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
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 ]
11 crbug.com/690946 virtual/mojo-loading/http/tests/security/contentSecurityPolicy/ frame-src-cross-origin-load.html [ Failure ]
12
13 # These tests are flaky. 8 # These tests are flaky.
14 Bug(none) http/tests/security/popup-allowed-by-sandbox-can-navigate.html [ Failu re ] 9 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 ] 10 Bug(none) virtual/mojo-loading/http/tests/security/popup-allowed-by-sandbox-can- navigate.html [ Failure ]
16 11
17 # Not disclosing |source_location| and/or |blocked url| between cross-origin 12 # Not disclosing |source_location| and/or |blocked url| between cross-origin
18 # renderers when a CSP policy is violated regresses the quality of console 13 # renderers when a CSP policy is violated regresses the quality of console
19 # error messages. 14 # error messages.
20 Bug(718942) http/tests/misc/onload-detach-during-csp-frame-src-none.html [ Failu re ] 15 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 ] 16 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 ] 17 Bug(718942) http/tests/security/contentSecurityPolicy/1.1/form-action-src-redire ct-blocked.html [ Failure ]
18 Bug(718942) http/tests/security/contentSecurityPolicy/frame-src-cross-origin-loa d.html [ Failure ]
23 Bug(718942) virtual/mojo-loading/http/tests/misc/onload-detach-during-csp-frame- src-none.html [ Failure ] 19 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 ] 20 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 ] 21 Bug(718942) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/1.1/f orm-action-src-redirect-blocked.html [ Failure ]
22 Bug(718942) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame -src-cross-origin-load.html [ Failure ]
26 Bug(718942) virtual/off-main-thread-fetch/http/tests/misc/onload-detach-during-c sp-frame-src-none.html [ Failure ] 23 Bug(718942) virtual/off-main-thread-fetch/http/tests/misc/onload-detach-during-c sp-frame-src-none.html [ Failure ]
27 24
25 # Console error message source location is present with PlzNavigate. It means
26 # that URLs are potentially disclosed across cross-origin renderers.
27 # See https://crbug.com/726178.
28 # One solution would be to send console messages from the browser to the
29 # devtool process without the round-trip in the renderer.
30 # See https://crbug.com/721329
31 Bug(726178) http/tests/security/mixedContent/insecure-frame-in-data-iframe-in-ma in-frame-blocked.html [ Failure ]
32 Bug(726178) http/tests/security/mixedContent/insecure-iframe-in-iframe.html [ Fa ilure ]
33 Bug(726178) http/tests/security/mixedContent/insecure-iframe-in-main-frame-allow ed.html [ Failure ]
34 Bug(726178) http/tests/security/mixedContent/insecure-iframe-in-main-frame-block ed.html [ Failure ]
35 Bug(726178) http/tests/security/mixedContent/insecure-iframe-in-main-frame.html [ Failure ]
36 Bug(726178) http/tests/security/mixedContent/nonwebby-scheme-in-iframe-allowed.h ttps.html [ Failure ]
37 Bug(726178) http/tests/security/mixedContent/redirect-http-to-https-iframe-in-ma in-frame.html [ Failure ]
38 Bug(726178) http/tests/security/mixedContent/redirect-https-to-http-iframe-in-ma in-frame.html [ Failure ]
39 Bug(726178) virtual/mojo-loading/http/tests/security/mixedContent/insecure-frame -in-data-iframe-in-main-frame-blocked.html [ Failure ]
40 Bug(726178) virtual/mojo-loading/http/tests/security/mixedContent/insecure-ifram e-in-iframe.html [ Failure ]
41 Bug(726178) virtual/mojo-loading/http/tests/security/mixedContent/insecure-ifram e-in-main-frame-allowed.html [ Failure ]
42 Bug(726178) virtual/mojo-loading/http/tests/security/mixedContent/insecure-ifram e-in-main-frame-blocked.html [ Failure ]
43 Bug(726178) virtual/mojo-loading/http/tests/security/mixedContent/insecure-ifram e-in-main-frame.html [ Failure ]
44 Bug(726178) virtual/mojo-loading/http/tests/security/mixedContent/nonwebby-schem e-in-iframe-allowed.https.html [ Failure ]
45 Bug(726178) virtual/mojo-loading/http/tests/security/mixedContent/redirect-http- to-https-iframe-in-main-frame.html [ Failure ]
46 Bug(726178) virtual/mojo-loading/http/tests/security/mixedContent/redirect-https -to-http-iframe-in-main-frame.html [ Failure ]
47
28 # PlzNavigate: Navigation requests upgraded via upgrade-insecure-requests will n ot get reported 48 # PlzNavigate: Navigation requests upgraded via upgrade-insecure-requests will n ot get reported
29 # See https://crbug.com/713388 49 # See https://crbug.com/713388
30 Bug(713388) external/wpt/content-security-policy/securitypolicyviolation/upgrade -insecure-requests-reporting.https.html [ Timeout ] 50 Bug(713388) external/wpt/content-security-policy/securitypolicyviolation/upgrade -insecure-requests-reporting.https.html [ Timeout ]
31 51
32 # ------------------------------------------------------------ 52 # ------------------------------------------------------------
33 # These tests are correct with PlzNavigate but not without it 53 # These tests are correct with PlzNavigate but not without it
34 # ------------------------------------------------------------ 54 # ------------------------------------------------------------
35 # Without PlzNavigate, the line number of the console message is missing when 55 # Without PlzNavigate, the line number of the console message is missing when
36 # there is a redirect. 56 # there is a redirect.
37 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.h tml [ Failure ] 57 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.h tml [ Failure ]
38 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s rc-redirect-blocked.html [ Failure ] 58 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s rc-redirect-blocked.html [ Failure ]
39 # The line number in CSP violation event should be hidden when it comes from a 59 # The line number in CSP violation event should be hidden when it comes from a
40 # cross-origin iframe. 60 # cross-origin iframe.
41 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-child-frame-naviga tes-to-blocked-origin.html [ Failure ] 61 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-child-frame-naviga tes-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 ] 62 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s rc-child-frame-navigates-to-blocked-origin.html [ Failure ]
43 63
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698