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

Unified Diff: LayoutTests/http/tests/navigation/location-reload-after-post-expected.txt

Issue 410223003: location.reload() after POST should re-POST (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add comment about ClientRedirectPolicy in FrameLoader::reload() Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/http/tests/navigation/location-reload-after-post.php ('k') | Source/core/loader/FrameLoader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/navigation/location-reload-after-post-expected.txt
diff --git a/LayoutTests/http/tests/navigation/location-reload-after-post-expected.txt b/LayoutTests/http/tests/navigation/location-reload-after-post-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7fcc63c8e246a595c80086b3917802d9f0435b94
--- /dev/null
+++ b/LayoutTests/http/tests/navigation/location-reload-after-post-expected.txt
@@ -0,0 +1,7 @@
+http://127.0.0.1:8000/navigation/location-reload-after-post.php - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/navigation/location-reload-after-post.php, main document URL http://127.0.0.1:8000/navigation/location-reload-after-post.php, http method POST> redirectResponse (null)
+http://127.0.0.1:8000/navigation/location-reload-after-post.php - didReceiveResponse <NSURLResponse http://127.0.0.1:8000/navigation/location-reload-after-post.php, http status code 200>
+http://127.0.0.1:8000/navigation/location-reload-after-post.php - didFinishLoading
+http://127.0.0.1:8000/navigation/location-reload-after-post.php - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/navigation/location-reload-after-post.php, main document URL http://127.0.0.1:8000/navigation/location-reload-after-post.php, http method POST> redirectResponse (null)
+http://127.0.0.1:8000/navigation/location-reload-after-post.php - didReceiveResponse <NSURLResponse http://127.0.0.1:8000/navigation/location-reload-after-post.php, http status code 200>
+http://127.0.0.1:8000/navigation/location-reload-after-post.php - didFinishLoading
+
« no previous file with comments | « LayoutTests/http/tests/navigation/location-reload-after-post.php ('k') | Source/core/loader/FrameLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698