Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/resources/form-action-url-iframe.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/resources/form-action-url-iframe.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/resources/form-action-url-iframe.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2e700514fcc4c46009dd840ee0d562a3346bfbba |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/resources/form-action-url-iframe.html |
@@ -0,0 +1,11 @@ |
+<!doctype html> |
+<base href="target/"></base> |
+ |
+<form action="form-action-url-target.html"> |
+ <input type="submit" value="Submit" /> |
+</form> |
+ |
+<script> |
+ var form = document.getElementsByTagName("form")[0]; |
+ form.submit(); |
+</script> |