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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get.html

Issue 1999573003: OOPIFs: Fixing submitting forms targeting a remote frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@form-target-is-cross-site-frame
Patch Set: Added a TODO for investigating if remote and local frames can be handled uniformly. Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame.html b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get.html
similarity index 98%
copy from third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame.html
copy to third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get.html
index f90afd84535ccc2ddb6c4bde65115aabbf81f79f..aab6d0aea1775732997279828279ef6aaed966f2 100644
--- a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame.html
+++ b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get.html
@@ -25,7 +25,7 @@ was propagated correctly.
</script>
<body onload="onLoad();">
<form
- method="POST"
+ method="GET"
action="https://localhost:8443/navigation/resources/form-target.pl"
target="cross-site-frame">
Test field:

Powered by Google App Engine
This is Rietveld 408576698