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

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

Issue 2910573002: Implement upgrade-insecure-requests in browser for frame requests (Closed)
Patch Set: rebase 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
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 # These tests are flaky. 8 # These tests are flaky.
9 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 ]
10 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 ]
(...skipping 27 matching lines...) Expand all
38 Bug(726178) http/tests/security/mixedContent/redirect-https-to-http-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 ] 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 ] 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 ] 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 ] 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 ] 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 ] 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 ] 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 ] 46 Bug(726178) virtual/mojo-loading/http/tests/security/mixedContent/redirect-https -to-http-iframe-in-main-frame.html [ Failure ]
47 47
48 # PlzNavigate: Navigation requests upgraded via upgrade-insecure-requests will n ot get reported
49 # See https://crbug.com/713388
50 Bug(713388) external/wpt/content-security-policy/securitypolicyviolation/upgrade -insecure-requests-reporting.https.html [ Timeout ]
51
52 # ------------------------------------------------------------ 48 # ------------------------------------------------------------
53 # These tests are correct with PlzNavigate but not without it 49 # These tests are correct with PlzNavigate but not without it
54 # ------------------------------------------------------------ 50 # ------------------------------------------------------------
55 # Without PlzNavigate, the line number of the console message is missing when 51 # Without PlzNavigate, the line number of the console message is missing when
56 # there is a redirect. 52 # there is a redirect.
57 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.h tml [ Failure ] 53 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.h tml [ Failure ]
58 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s rc-redirect-blocked.html [ Failure ] 54 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s rc-redirect-blocked.html [ Failure ]
59 # The line number in CSP violation event should be hidden when it comes from a 55 # The line number in CSP violation event should be hidden when it comes from a
60 # cross-origin iframe. 56 # cross-origin iframe.
61 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-child-frame-naviga tes-to-blocked-origin.html [ Failure ] 57 Bug(none) http/tests/security/contentSecurityPolicy/frame-src-child-frame-naviga tes-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 ] 58 Bug(none) virtual/mojo-loading/http/tests/security/contentSecurityPolicy/frame-s rc-child-frame-navigates-to-blocked-origin.html [ Failure ]
63 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698