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

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

Issue 2099243002: PlzNavigate: properly set the initiator of the navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 3 years, 12 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 | « net/url_request/url_request_unittest.cc ('k') | no next file » | 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 # https://crbug.com/608372: PlzNavigate: support POST navigations 3 # https://crbug.com/608372: PlzNavigate: support POST navigations
4 crbug.com/608372 fast/forms/form-submit-in-submit-event.html [ Failure ] 4 crbug.com/608372 fast/forms/form-submit-in-submit-event.html [ Failure ]
5 crbug.com/608372 fast/forms/submit-to-url-fragment.html [ Failure ] 5 crbug.com/608372 fast/forms/submit-to-url-fragment.html [ Failure ]
6 crbug.com/608372 fast/forms/xss-auditor-doesnt-crash-on-post-submit.html [ Timeo ut ] 6 crbug.com/608372 fast/forms/xss-auditor-doesnt-crash-on-post-submit.html [ Timeo ut ]
7 crbug.com/608372 fast/loader/form-state-restore-with-frames.html [ Failure ] 7 crbug.com/608372 fast/loader/form-state-restore-with-frames.html [ Failure ]
8 crbug.com/608372 http/tests/history/back-to-post.html [ Timeout ] 8 crbug.com/608372 http/tests/history/back-to-post.html [ Timeout ]
9 crbug.com/608372 http/tests/navigation/post-goback-same-url.html [ Failure ] 9 crbug.com/608372 http/tests/navigation/post-goback-same-url.html [ Failure ]
10 crbug.com/608372 virtual/stable/http/tests/navigation/post-goback-same-url.html [ Failure ] 10 crbug.com/608372 virtual/stable/http/tests/navigation/post-goback-same-url.html [ Failure ]
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 crbug.com/640631 virtual/mojo-loading/http/tests/loading/bad-scheme-subframe.htm l [ Timeout Failure ] 132 crbug.com/640631 virtual/mojo-loading/http/tests/loading/bad-scheme-subframe.htm l [ Timeout Failure ]
133 crbug.com/640631 virtual/mojo-loading/http/tests/loading/bad-server-subframe.htm l [ Failure ] 133 crbug.com/640631 virtual/mojo-loading/http/tests/loading/bad-server-subframe.htm l [ Failure ]
134 crbug.com/640631 virtual/mojo-loading/http/tests/loading/pdf-commit-load-callbac ks.html [ Crash Failure ] 134 crbug.com/640631 virtual/mojo-loading/http/tests/loading/pdf-commit-load-callbac ks.html [ Crash Failure ]
135 crbug.com/640631 virtual/mojo-loading/http/tests/loading/text-content-type-with- binary-extension.html [ Timeout Failure ] 135 crbug.com/640631 virtual/mojo-loading/http/tests/loading/text-content-type-with- binary-extension.html [ Timeout Failure ]
136 136
137 # https://crbug.com/647698: Failing due to absence of call to 137 # https://crbug.com/647698: Failing due to absence of call to
138 # WebFrameClient::didReceiveServerRedirectForProvisionalLoad. 138 # WebFrameClient::didReceiveServerRedirectForProvisionalLoad.
139 crbug.com/647698 http/tests/loading/307-after-303-after-post.html [ Failure ] 139 crbug.com/647698 http/tests/loading/307-after-303-after-post.html [ Failure ]
140 crbug.com/647698 virtual/mojo-loading/http/tests/loading/307-after-303-after-pos t.html [ Failure ] 140 crbug.com/647698 virtual/mojo-loading/http/tests/loading/307-after-303-after-pos t.html [ Failure ]
141 141
142 # https://crbug.com/648608: Properly set the initator of the navigation.
143 crbug.com/648608 http/tests/cookies/same-site/popup-same-site-post.html [ Failur e ]
144 crbug.com/648608 http/tests/cookies/same-site/popup-same-site.html [ Failure ]
145 crbug.com/648608 virtual/mojo-loading/http/tests/cookies/same-site/popup-same-si te-post.html [ Failure ]
146 crbug.com/648608 virtual/mojo-loading/http/tests/cookies/same-site/popup-same-si te.html [ Failure ]
147
148 # https://crbug.com/673742 Calling document.open should cancel a load 142 # https://crbug.com/673742 Calling document.open should cancel a load
149 crbug.com/673742 fast/dom/Document/open-with-pending-load.html [ Failure ] 143 crbug.com/673742 fast/dom/Document/open-with-pending-load.html [ Failure ]
150 144
151 # https://crbug.com/673744 Popups should open in the correct window 145 # https://crbug.com/673744 Popups should open in the correct window
152 crbug.com/673744 fast/dom/HTMLAnchorElement/anchor-no-multiple-windows.html [ Fa ilure ] 146 crbug.com/673744 fast/dom/HTMLAnchorElement/anchor-no-multiple-windows.html [ Fa ilure ]
153 147
154 # https://crbug.com/673745 Resource transfer size should be forwarded to blink 148 # https://crbug.com/673745 Resource transfer size should be forwarded to blink
155 crbug.com/673745 http/tests/misc/resource-timing-sizes-tags.html [ Failure ] 149 crbug.com/673745 http/tests/misc/resource-timing-sizes-tags.html [ Failure ]
156 crbug.com/673745 virtual/mojo-loading/http/tests/misc/resource-timing-sizes-tags .html [ Failure ] 150 crbug.com/673745 virtual/mojo-loading/http/tests/misc/resource-timing-sizes-tags .html [ Failure ]
157 151
(...skipping 21 matching lines...) Expand all
179 Bug(none) imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-ob jects-exceptions.html [ Failure ] 173 Bug(none) imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-ob jects-exceptions.html [ Failure ]
180 174
181 # https://crbug.com/673751 Policy delegate is called twice 175 # https://crbug.com/673751 Policy delegate is called twice
182 crbug.com/673751 http/tests/misc/policy-delegate-called-twice.html [ Failure ] 176 crbug.com/673751 http/tests/misc/policy-delegate-called-twice.html [ Failure ]
183 crbug.com/673751 virtual/mojo-loading/http/tests/misc/policy-delegate-called-twi ce.html [ Failure ] 177 crbug.com/673751 virtual/mojo-loading/http/tests/misc/policy-delegate-called-twi ce.html [ Failure ]
184 178
185 # These tests are flaky. 179 # These tests are flaky.
186 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ] 180 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ]
187 Bug(none) imported/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ] 181 Bug(none) imported/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ]
188 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ] 182 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ]
OLDNEW
« no previous file with comments | « net/url_request/url_request_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698