blob: ea797c3b94d756373330d4714473112630cb0a3d [file] [log] [blame]
<!DOCTYPE html>
<meta charset=utf-8>
<title>valid formaction</title>
<input type=image alt="foo" formaction="file:///"><!-- scheme-file-slash-slash-slash-only -->
<input type=image alt="foo" formaction="http://a:@www.example.com"><!-- userinfo-password-empty -->
<input type=image alt="foo" formaction="foo://///////"><!-- scheme-private-path-leading-slashes-only -->
<input type=image alt="foo" formaction="file://abc|/foo/bar"><!-- scheme-file-slash-slash-abc-bar -->
<input type=image alt="foo" formaction="/a/b/c"><!-- path-simple-relative -->
<input type=image alt="foo" formaction="http://example.com/你好你好"><!-- path-unicode-han -->
<input type=image alt="foo" formaction="/a/%2f/c"><!-- path-percent-encoded-slash-plus-slashes-relative -->
<input type=image alt="foo" formaction="http://f:/c"><!-- port-none-but-colon -->
<input type=image alt="foo" formaction="http://example.com/foo%41%7a"><!-- path-percent-encoded-multiple -->
<input type=image alt="foo" formaction="http://192.168.0.257/"><!-- host-IP-address-broken -->
<input type=image alt="foo" formaction="madeupscheme:example.com/"><!-- scheme-private-no-slash -->
<input type=image alt="foo" formaction="?"><!-- query-empty-no-path-relative -->
<input type=image alt="foo" formaction="http://example.com/%20foo"><!-- path-percent-encoded-space -->
<input type=image alt="foo" formaction="mailto:/example.com/"><!-- scheme-mailto-single-slash -->
<input type=image alt="foo" formaction="::"><!-- path-leading-colon-colon-relative -->
<input type=image alt="foo" formaction="http://example.com/%3A%3a%3C%3c"><!-- path-percent-encoded-mixed-case -->
<input type=image alt="foo" formaction="http://user:pass@foo:21/bar;par?b#c"><!-- userinfo -->
<input type=image alt="foo" formaction="ws:/example.com/"><!-- scheme-ws-single-slash -->
<input type=image alt="foo" formaction="foo://"><!-- scheme-private-slash-slash -->
<input type=image alt="foo" formaction="#"><!-- fragment-empty-hash-only-no-path-relative -->
<input type=image alt="foo" formaction="http://f:00000000000000/c"><!-- port-00000000000000 -->
<input type=image alt="foo" formaction="foo:////://///"><!-- scheme-private-path-leading-slashes-colon-slashes -->
<input type=image alt="foo" formaction=":23"><!-- path-leading-colon-number-relative -->
<input type=image alt="foo" formaction="foo:/"><!-- scheme-private-slash -->
<input type=image alt="foo" formaction="http://💩"><!-- host-is-pile-of-poo -->
<input type=image alt="foo" formaction="file:test"><!-- scheme-file-no-slash -->
<input type=image alt="foo" formaction="file://C|/foo/bar"><!-- scheme-file-slash-slash-c-bar -->
<input type=image alt="foo" formaction="#/"><!-- fragment-slash-relative -->
<input type=image alt="foo" formaction="http://192.0x00A80001"><!-- host-192.0x00A80001 -->
<input type=image alt="foo" formaction="foo.com"><!-- scheme-none-relative -->
<input type=image alt="foo" formaction="http💩//:foo"><!-- path-contains-pile-of-poo -->
<input type=image alt="foo" formaction="File://foo/bar.html"><!-- scheme-file-uppercase -->
<input type=image alt="foo" formaction=":/"><!-- path-leading-colon-slash-relative -->
<input type=image alt="foo" formaction="http://www.foo。bar.com"><!-- host-exotic-dot -->
<input type=image alt="foo" formaction="http://GOO​⁠goo.com"><!-- host-exotic-whitespace -->
<input type=image alt="foo" formaction="file:///foo/bar.txt"><!-- scheme-file-host-empty -->
<input type=image alt="foo" formaction="javascript:/example.com/"><!-- scheme-javascript-single-slash -->
<input type=image alt="foo" formaction="gopher:/example.com/"><!-- scheme-gopher-single-slash -->
<input type=image alt="foo" formaction="ftps:example.com/"><!-- scheme-ftps-no-slash -->
<input type=image alt="foo" formaction="file://server/foo/bar"><!-- scheme-file-host-included -->
<input type=image alt="foo" formaction="http://example.com/foo%00"><!-- path-percent-encoded-u0000 -->
<input type=image alt="foo" formaction="a:foo.com"><!-- scheme-private -->
<input type=image alt="foo" formaction=":"><!-- path-colon-relative -->
<input type=image alt="foo" formaction="http://:b@www.example.com"><!-- userinfo-user-empty -->
<input type=image alt="foo" formaction="file:/"><!-- scheme-file-slash-only -->
<input type=image alt="foo" formaction="wss:example.com/"><!-- scheme-wss-no-slash -->
<input type=image alt="foo" formaction="::23"><!-- path-colon-colon-number-relative -->
<input type=image alt="foo" formaction="/a%2fc"><!-- path-percent-encoded-slash-relative -->
<input type=image alt="foo" formaction="http://a:b@c:29/d"><!-- userinfo-host-port-path -->
<input type=image alt="foo" formaction="gopher:example.com/"><!-- scheme-gopher-no-slash -->
<input type=image alt="foo" formaction="madeupscheme:/example.com/"><!-- scheme-private-single-slash -->
<input type=image alt="foo" formaction="mailto:example.com/"><!-- scheme-mailto-no-slash -->
<input type=image alt="foo" formaction="http://%25DOMAIN:foobar@foodomain.com"><!-- userinfo-username-contains-percent-encoded -->
<input type=image alt="foo" formaction="/:23"><!-- path-slash-colon-number-relative -->
<input type=image alt="foo" formaction="foo://///////bar.com/"><!-- scheme-private-path-leading-slashes-chars -->
<input type=image alt="foo" formaction="http://[2001::1]:80"><!-- host-ipv6-port -->
<input type=image alt="foo" formaction="data:text/plain,foo"><!-- scheme-data-no-slash -->
<input type=image alt="foo" formaction="http://example.com/foo/%2e"><!-- path-percent-encoded-dot -->
<input type=image alt="foo" formaction="file:/example.com/"><!-- scheme-file-single-slash -->
<input type=image alt="foo" formaction="http://example.com/©zbar"><!-- path-non-ascii -->
<input type=image alt="foo" formaction="http://example.com//foo"><!-- path-uFEFF -->
<input type=image alt="foo" formaction="wss:/example.com/"><!-- scheme-wss-single-slash -->
<input type=image alt="foo" formaction="http://foo/abcd#foo?bar"><!-- fragment-contains-question-mark -->
<input type=image alt="foo" formaction=":#"><!-- path-leading-colon-hash-relative -->
<input type=image alt="foo" formaction="http://example.com/foo%91"><!-- path-percent-encoded-u0091 -->
<input type=image alt="foo" formaction="c:/foo"><!-- scheme-private-single-letter -->
<input type=image alt="foo" formaction=":foo.com"><!-- path-leading-colon-chars-relative -->
<input type=image alt="foo" formaction="http://你好你好"><!-- host-idn-unicode-han -->
<input type=image alt="foo" formaction="http://example.com/foo#💩"><!-- fragment-contains-pile-of-poo -->
<input type=image alt="foo" formaction="file:"><!-- scheme-file-scheme-only -->
<input type=image alt="foo" formaction="#β"><!-- fragment-non-ascii-relative -->
<input type=image alt="foo" formaction="foo:/bar.com/"><!-- scheme-private-path -->
<input type=image alt="foo" formaction="http://f:0/c"><!-- port-0 -->
<input type=image alt="foo" formaction="#;?"><!-- fragment-semicolon-question-mark-relative -->
<input type=image alt="foo" formaction="http://Go.com"><!-- host-fullwidth -->
<input type=image alt="foo" formaction="http://@www.example.com"><!-- userinfo-empty -->
<input type=image alt="foo" formaction="http://example.com/‮/foo/‭/bar"><!-- path-u202E-u202D -->
<input type=image alt="foo" formaction="http://[2001::1]"><!-- host-ipv6 -->
<input type=image alt="foo" formaction="💩http://foo"><!-- path-starts-with-pile-of-poo -->
<input type=image alt="foo" formaction="http://foo/abcd?efgh?ijkl"><!-- query-contains-question-mark -->
<input type=image alt="foo" formaction="//foo/bar"><!-- scheme-schemeless-relative -->
<input type=image alt="foo" formaction="ftps:/example.com/"><!-- scheme-ftps-single-slash -->
<input type=image alt="foo" formaction="http://foo.com:b@d/"><!-- userinfo-username-non-alpha -->
<input type=image alt="foo" formaction=":a"><!-- path-leading-colon-letter-relative -->
<input type=image alt="foo" formaction="/"><!-- path-slash-only-relative -->
<input type=image alt="foo" formaction="http://example.com/foo?💩"><!-- query-contains-pile-of-poo -->
<input type=image alt="foo" formaction="http://f:00000000000000000000080/c"><!-- port-00000000000000000000080 -->
<input type=image alt="foo" formaction="file://"><!-- scheme-file-slash-slash-only -->