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

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

Issue 2661643002: PlzNavigate: handle reload bypassing cache from the renderer (Closed)
Patch Set: Rebase + addressed comments Created 3 years, 10 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 | « content/renderer/render_frame_impl.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 # Layout test does not end for unknown reasons. 4 # Layout test does not end for unknown reasons.
5 crbug.com/608372 http/tests/history/back-to-post.html [ Timeout ] 5 crbug.com/608372 http/tests/history/back-to-post.html [ Timeout ]
6 crbug.com/608372 virtual/mojo-loading/http/tests/history/back-to-post.html [ Tim eout ] 6 crbug.com/608372 virtual/mojo-loading/http/tests/history/back-to-post.html [ Tim eout ]
7 7
8 # Ensure same-page back-forward are handled as same-page navigations 8 # Ensure same-page back-forward are handled as same-page navigations
9 # Fixed by https://codereview.chromium.org/2584513003/ 9 # Fixed by https://codereview.chromium.org/2584513003/
10 crbug.com/575210 fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashc hange.html [ Crash Timeout ] 10 crbug.com/575210 fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashc hange.html [ Crash Timeout ]
11 crbug.com/575210 external/wpt/html/browsers/browsing-the-web/history-traversal/p opstate_event.html [ Crash Failure Timeout ] 11 crbug.com/575210 external/wpt/html/browsers/browsing-the-web/history-traversal/p opstate_event.html [ Crash Failure Timeout ]
12 crbug.com/575210 external/wpt/html/browsers/history/the-history-interface/004.ht ml [ Failure ] 12 crbug.com/575210 external/wpt/html/browsers/history/the-history-interface/004.ht ml [ Failure ]
13 crbug.com/575210 external/wpt/html/browsers/history/the-location-interface/secur ity_location_0.htm [ Failure ] 13 crbug.com/575210 external/wpt/html/browsers/history/the-location-interface/secur ity_location_0.htm [ Failure ]
14 14
15 # https://crbug.com/551000: PlzNavigate: DevTools support 15 # https://crbug.com/551000: PlzNavigate: DevTools support
16 crbug.com/551000 http/tests/inspector/extensions-ignore-cache.html [ Failure ]
17 crbug.com/551000 http/tests/inspector/extensions-network-redirect.html [ Timeout ] 16 crbug.com/551000 http/tests/inspector/extensions-network-redirect.html [ Timeout ]
18 crbug.com/551000 http/tests/inspector/network/x-frame-options-deny.html [ Failur e ] 17 crbug.com/551000 http/tests/inspector/network/x-frame-options-deny.html [ Failur e ]
19 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/extensions-ignore-cac he.html [ Failure ]
20 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/extensions-network-re direct.html [ Timeout ] 18 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/extensions-network-re direct.html [ Timeout ]
21 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/x-frame-optio ns-deny.html [ Failure ] 19 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/x-frame-optio ns-deny.html [ Failure ]
22 # Console error messages are wrongly ordered. 20 # Console error messages are wrongly ordered.
23 crbug.com/551000 http/tests/inspector/console-resource-errors.html [ Failure ] 21 crbug.com/551000 http/tests/inspector/console-resource-errors.html [ Failure ]
24 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/console-resource-erro rs.html [ Failure ] 22 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/console-resource-erro rs.html [ Failure ]
25 # We don't report the right initiator type or line number. 23 # We don't report the right initiator type or line number.
26 crbug.com/551000 http/tests/inspector/network/network-document-initiator.html [ Failure ] 24 crbug.com/551000 http/tests/inspector/network/network-document-initiator.html [ Failure ]
27 crbug.com/551000 http/tests/inspector/network/network-initiator.html [ Failure ] 25 crbug.com/551000 http/tests/inspector/network/network-initiator.html [ Failure ]
28 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/network-docum ent-initiator.html [ Failure ] 26 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/network-docum ent-initiator.html [ Failure ]
29 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/network-initi ator.html [ Failure ] 27 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/network-initi ator.html [ Failure ]
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 crbug.com/689153 virtual/stable/http/tests/navigation/response204.html [ Timeout ] 107 crbug.com/689153 virtual/stable/http/tests/navigation/response204.html [ Timeout ]
110 crbug.com/689153 virtual/mojo-loading/http/tests/navigation/response204.html [ T imeout ] 108 crbug.com/689153 virtual/mojo-loading/http/tests/navigation/response204.html [ T imeout ]
111 109
112 # This test seems to be partially failing without PlzNavigate as well. 110 # This test seems to be partially failing without PlzNavigate as well.
113 Bug(none) external/wpt/html/browsers/origin/cross-origin-objects/cross-origin-ob jects-exceptions.html [ Failure ] 111 Bug(none) external/wpt/html/browsers/origin/cross-origin-objects/cross-origin-ob jects-exceptions.html [ Failure ]
114 112
115 # These tests are flaky. 113 # These tests are flaky.
116 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ] 114 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ]
117 Bug(none) external/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ] 115 Bug(none) external/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ]
118 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ] 116 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ]
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698