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

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

Issue 2626043004: PlzNavigate: ensure POST submissions create navigation entries (Closed)
Patch Set: Created 3 years, 11 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/loader/FrameLoader.cpp » ('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 # https://crbug.com/608372: PlzNavigate: support POST navigations 3 # https://crbug.com/608372: PlzNavigate: support POST navigations
4 crbug.com/608372 fast/forms/xss-auditor-doesnt-crash-on-post-submit.html [ Timeo ut ]
5 # Layout test does not end for unknown reasons.
6 crbug.com/608372 http/tests/history/back-to-post.html [ Timeout ]
7 crbug.com/608372 virtual/mojo-loading/http/tests/history/back-to-post.html [ Tim eout ]
8 # Layout test ending too soon.
4 crbug.com/608372 fast/forms/submit-to-url-fragment.html [ Failure ] 9 crbug.com/608372 fast/forms/submit-to-url-fragment.html [ Failure ]
5 crbug.com/608372 fast/forms/xss-auditor-doesnt-crash-on-post-submit.html [ Timeo ut ]
6 crbug.com/608372 http/tests/history/back-to-post.html [ Timeout ]
7 crbug.com/608372 http/tests/navigation/post-goback-same-url.html [ Failure ]
8 crbug.com/608372 virtual/stable/http/tests/navigation/post-goback-same-url.html [ Failure ]
9 crbug.com/608372 virtual/mojo-loading/http/tests/history/back-to-post.html [ Tim eout ]
10 crbug.com/608372 virtual/mojo-loading/http/tests/navigation/post-goback-same-url .html [ Failure ]
11 10
12 # https://crbug.com/575210: PlzNavigate: history navigation support 11 # https://crbug.com/575210: PlzNavigate: history navigation support
13 crbug.com/575210 fast/history/history-length-append-subframe-with-hash.html [ Fa ilure ] 12 crbug.com/575210 fast/history/history-length-append-subframe-with-hash.html [ Fa ilure ]
14 crbug.com/575210 fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashc hange.html [ Crash Timeout ] 13 crbug.com/575210 fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashc hange.html [ Crash Timeout ]
15 crbug.com/575210 http/tests/navigation/history-back-across-form-submission-to-fr agment.html [ Timeout ] 14 crbug.com/575210 http/tests/navigation/history-back-across-form-submission-to-fr agment.html [ Timeout ]
16 crbug.com/575210 imported/wpt/html/browsers/browsing-the-web/history-traversal/p opstate_event.html [ Crash Failure Timeout ] 15 crbug.com/575210 imported/wpt/html/browsers/browsing-the-web/history-traversal/p opstate_event.html [ Crash Failure Timeout ]
17 crbug.com/575210 imported/wpt/html/browsers/browsing-the-web/unloading-documents /beforeunload-on-navigation-of-parent.html [ Failure ] 16 crbug.com/575210 imported/wpt/html/browsers/browsing-the-web/unloading-documents /beforeunload-on-navigation-of-parent.html [ Failure ]
18 crbug.com/575210 imported/wpt/html/browsers/history/the-history-interface/004.ht ml [ Failure ] 17 crbug.com/575210 imported/wpt/html/browsers/history/the-history-interface/004.ht ml [ Failure ]
19 crbug.com/575210 imported/wpt/html/browsers/history/the-location-interface/secur ity_location_0.htm [ Failure ] 18 crbug.com/575210 imported/wpt/html/browsers/history/the-location-interface/secur ity_location_0.htm [ Failure ]
20 crbug.com/575210 virtual/stable/http/tests/navigation/history-back-across-form-s ubmission-to-fragment.html [ Timeout ] 19 crbug.com/575210 virtual/stable/http/tests/navigation/history-back-across-form-s ubmission-to-fragment.html [ Timeout ]
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 Bug(none) imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-ob jects-exceptions.html [ Failure ] 162 Bug(none) imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-ob jects-exceptions.html [ Failure ]
164 163
165 # https://crbug.com/673751 Policy delegate is called twice 164 # https://crbug.com/673751 Policy delegate is called twice
166 crbug.com/673751 http/tests/misc/policy-delegate-called-twice.html [ Failure ] 165 crbug.com/673751 http/tests/misc/policy-delegate-called-twice.html [ Failure ]
167 crbug.com/673751 virtual/mojo-loading/http/tests/misc/policy-delegate-called-twi ce.html [ Failure ] 166 crbug.com/673751 virtual/mojo-loading/http/tests/misc/policy-delegate-called-twi ce.html [ Failure ]
168 167
169 # These tests are flaky. 168 # These tests are flaky.
170 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ] 169 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ]
171 Bug(none) imported/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ] 170 Bug(none) imported/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ]
172 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ] 171 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698